Hi,
Is there a way I could implement Selected Value Changing in MultiColumnCombobox?
I wanted to restrict the user to select some rows. The said rows are should only be visible but not selectable.
I tried implementing MultiColumnCombobox.EditorControl.SelectionChanging. Even though I cancelled the event via e.Cancel=true, the selected value still changes to the selected row.
Is there a way I could implement Selected Value Changing in MultiColumnCombobox?
I wanted to restrict the user to select some rows. The said rows are should only be visible but not selectable.
I tried implementing MultiColumnCombobox.EditorControl.SelectionChanging. Even though I cancelled the event via e.Cancel=true, the selected value still changes to the selected row.