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
4028
How to run code as soon as a combo option is selected
posted

This post is kind of similar to a previous posting (http://forums.infragistics.com/forums/p/3391/19040.aspx), which was about UltraDropDowns, and was never 100% answered.

 Anyway, what I want is to be able to run some code as soon as the user selects an option in the UltraCombo. I have tried a few events, none of which are quite there:

AfterCloseUp - Fires no matter how the combo is closed up, by selecting an option, or just by closing it without selecting an option.

RowSelected - Fires every time the user moves from row to row within the combo, no matter if they selected an option or not.

ValueChanged - Fires as the user is typing an option in (when auto-complete kicks in).

AfterCloseUp looks like it would be the perfect place, if only I had a way of knowing if it was closed up because the user selected an option or if the user just closed it without selecting anything.

Anyone have any ideas? 

Parents Reply Children
No Data