Hi I have DevExpress xtragrid control. How can I set just for one column editable = true
(column is empty)
@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 there for every column you want to be not editable choose column options and choose "true" for readonly or "false" allow edit.
http://documentation.devexpress.com/#WindowsForms/CustomDocument807