Hello,
I have a couple of columns for my Tree that are valuelists. What is the best event to handle a user changing the drop down item? I only want to use the event when the drop down item changes, not if they just click in and out of the cell. I am not binding the data either.
Is there an equiv. to AfterCellListCloseUp?
Thanks.
That worked thanks.
Quickly, what is the best practice here to deal with drop downs in the tree columns? Should I be setting an Editor? The only thing I had done was set a ValueList to the Column so I used EditorResolved to get that event.
EditorWithCombo (the editor UltraTree uses for ComboBox-like functionality) exposes an AfterCloseUp event. If you explicitly created an EditorWithCombo you can hook the event right off that reference; if not, you can get a reference via the column's EditirResolved property.