开发者

How to disable one row of DevExpress XtraGrid in C#

I am using DevExpress XtraGrid in c#.NET application. I want to disable or set readonly property 开发者_StackOverflow中文版to particular row of XtraGrid . Please Help.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜