[Closed] DevExpress.XtraTreeList.TreeList, different editor per cell?
So you can add a specific editor type per column with ColumnEdit but how can I add one per per cell?
I have a column of values (think node porperties) and I want a different editor based on the class of the data (colour, integer, boolean) etc.
Is this possible?
use TreeList.CustomNodeCellEdit Event
http://documentation.devexpress.com/#WindowsForms/DevExpressXtraTreeListTreeList_CustomNodeCellEdittopic
Hey Jordan,
you could take a look at the two latest scripts I’ve written. I’m taking advantage of some of the features the treelist has to offer, including assigning unique editors per cell. For instance in this script which stores renderpresets in xml-format.
I’ve set up editors for specific value-types, just as you want to do. Besides that I’m coloring the cells based on some settings.
Renderitis
WhatsMyName