Hi All,
I am trying to set an ultradropdown as the editor of a tree node cell but I can't see how to do this. I assumed something like node.Cells[2].EditorControl = myUltraDropDown would work but it doesn't.
Can anyone point me in the right direction?
Thanks,
Denis
Hi Dennis,
Use the ValueList propety for the cell (or Column) instead of EditorControl.
Hi Mike,
Does the UltraTreeNodeCell have a ValueList property? I can't seem to locate it if it does. Setting the valuelist for the column doesn't help as each cell in the column needs a different valuelist.