Hello All,
I just want to know is there any event in UltraCombo which triggers after the data binding has been done.
Hi,
DataBinding is never done, it's an ongoing process where the control keeps itself in synch with the data source and vice versa. So no, there is no event that fires when the binding it "done", since it's never done.
What are you trying to do that you need to wait for the binding to be complete?