1

Similar threads:
How can I know when a value is "re-selected" in a ComboBox?
What event handler to use for ComboBox Item Selected (Selected Item not necessarily changed)

I am using Infragistics UltraComobEditor to show some values by filling it's ValueList property with items. The selected item is just like a template and it require to update all elements which are using that template.

To apply it again i need to fire it's SelectionChangeCommitted event, but it does not fire if item is already selected.

I am in the quest to find the drop down list element which was selected before the DropDownClosed event fire. Is there any way to get which element was selected or get the element under the mouse point after the DropDown event?

Community
  • 1
  • 1
Niranjan Singh
  • 18,017
  • 2
  • 42
  • 75
  • If the selection is already made and hasn't actually changed, why do you need to respond to the selection changing? Maybe the selection should have been cleared in the drop down control when it was made invalid. – alhalama May 22 '15 at 17:53
  • There is no case of invalid selection. It is just like that a paper has template which was changed externally and you want that template to apply it again whenever again browse that paper for the page. So there is two way either make that template selection again in dropdown or put a button to reapply it again. – Niranjan Singh May 25 '15 at 05:28
  • In that case it would make more sense to have a button (or something else other than dropping down the editor to select the already selected item) to reapply the template as it would be clearer what action is being done. If you wanted a button embedded into the UltraComboEditor, you could look into using the Editor Buttons to provide an option to reapply the template. – alhalama May 26 '15 at 15:03

0 Answers0