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
715
selectionchangecommited event in EditorWithCombo in UltraWinTree
posted
HI, i am using editorwithcombo editor for wintree. when selection is changed no editorwithcombo events are fired. i can handle cellvaluechanged event but at that point all i can get is text. but i can't get hold of valuelistitem associated with dropdownlist. Is there any way to handle this situation. Thanks, Kiran
Parents
No Data
Reply
  • 69832
    Verified Answer
    Offline posted

    The ValueList class implements the IValueList interface. That interface implements a GetValue method, which takes the text, and returns the DataValue. EditorWithCombo also exposes a SelectedIndex property, so you could get the selected index directly from the editor if you like.

Children