winforms - How to disable one row of DevExpress XtraGrid in C# -
i using devexpress xtragrid in c#.net application. want disable or set readonly property particular row of xtragrid . please help.
you can use gridview.showingeditor
event , set e.cancel = true
Comments
Post a Comment