Hi,
I am using UltraCombo and have wired up AfterClose up event to do processing, however, i want to know a clean way to find out if user has made a change in the selection from the list.
Is there a way to determine that user has actually changed the selection and then the list was closed? How....
The only way to tell if the user has changed something is for you to store the original value and then compare the new value to the original.