How to disable one row of DevExpress XtraGrid in C#

Vyasdev Meledath picture Vyasdev Meledath · Oct 7, 2010 · Viewed 12.6k times · Source

I am using DevExpress XtraGrid in c#.NET application. I want to disable or set readonly property to particular row of XtraGrid . Please Help.

Answer

Itay Karo picture Itay Karo · Oct 7, 2010

You can use the GridView.ShowingEditor event and set e.Cancel = true