Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable row header in devexpress xtragrid

Hai all,

I want to know how to disable row header in Devexpress xtragrid (grid control ) . In normal we are disabling the property of DataGrid by row header visbile into false.But how to disable in Devexpress.

Please Help

EDIT

enter image description here

like image 397
Vyasdev Meledath Avatar asked May 10 '11 06:05

Vyasdev Meledath


People also ask

How do I hide rows in DevExpress grid?

Answers approved by DevExpress Support Hi, To hide separate rows, I suggest you handle the GridView. CustomRowFilter event. After that, set the Visible property to false and Handled to true to hide a row.

How do I disable edit in GridControl DevExpress?

Answers approved by DevExpress Support SettingsDataSecurity property that can meet your scenario. Try to set the ASPxGridView. SettingsDataSecurity. AllowEdit property to false to deny grid editing.

How do you remove drag a column header here to group by that column DevExpress?

ShowGroupPanel property to False.

How do I hide a column in DevExpress GridControl?

Right Click Grid Header -> Click Select Columns -> Choose hidden column from small window -> Drag it to the Grid. In this case your hidden columns will be available to user.


1 Answers

At last i found the answer !!!

set the GridView.OptionsView.ShowIndicator property to False.

like image 69
Vyasdev Meledath Avatar answered Sep 27 '22 23:09

Vyasdev Meledath