I want to set EditorWithCombo editor to the cells of a column. But the list items of the combo boxes are different. How can I manage the ValueList in this case?
Typically one handles the BeforeCellEnterEditMode event, and changes the contents of the associated ValueList therein.
Brian, I have the same situation here and I can't seem to figure out how to modify the contents of the control's value list - the object is ReadOnly...Should I initialize a new UltraComboEditor with a new Valuelist and bind it to the cell? How do I get rid of the initial control in this case? Thanks!
Sorry, but this is not fully correct.As it will change the values of other cells.I am also having this situation...
Imagine, I would like my first node combo to have values {1,2}, and the second node {a,b}So I cannot assign a valuelist to the column, as either the first or the second node cell will show empty value.How can I solve this problem?