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
725
Ultra combo events
posted

I'm working with Infragistics.Win.UltraWinGrid.UltraCombo showing multiple columns.
I need to run code but only when the user interacts, when the user click on an item in the list or UltraCombo.
The event RowSelect, has some way to configure it to only be launched when you change a list item from the interface? (not to assign a value to combo for code)
What event is triggered by selecting an item from the UltraCombo list?

Thank you