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
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.
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.
ShowGroupPanel property to False.
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.
At last i found the answer !!!
set the GridView.OptionsView.ShowIndicator
property to False
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With