I am missing callback functions in all controls and elements especially for loading and rendering.
E.g.
- I would like to know when a table (based on data binding) was rebuild.
- When a dropdownbox was opened.
- etc.
there are so many events and states which would be helpful to know to control loading and rendering. How do you face this issue? How is your solution?