I have a grid which loads some Master/Detail tables, media etc. It takes from 1-5 sec to open it in the browser.
When the user click a magnifying glass on the record to see details or on the link (to the details form) it takes time and I want to display a message like: “loading - please wait …”
I really wish to see more events (i.e OnClick) so we can have more hooks to insert the code
What’s the best method/Event to do this ?
Art