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

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

c++ - Update and multiple console windows -