Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4165
Drop Downs in Cells
posted

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.

 

Parents
No Data
Reply
  • 69832
    Verified Answer
    Offline posted

    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.

Children