Xtragrid one column editable other aren't

user2901896 picture user2901896 · Oct 30, 2013 · Viewed 10.2k times · Source

Hi I have DevExpress xtragrid control. How can I set just for one column editable = true (column is empty)

Answer

0x49D1 picture 0x49D1 · Oct 30, 2013

@DmitryG 's answer is right if you need to work with all columns automatically and from code.

If you want to change it not from code(code will be added to *designer.cs file): go to xtragrid's designer->columns columns there for every column you want to be not editable choose column options and choose "true" for readonly or "false" allow edit. visual editor

http://documentation.devexpress.com/#WindowsForms/CustomDocument807