C# – How to disable one row of DevExpress XtraGrid in C#

cdevexpresswinformsxtragrid

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

Best Answer

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