In a given webpage I've got, there are two grids: One fetches data from the server and the other waits to be populated based on the row click of the first grid. The idea is: the user selects the records from one grid and the selected row is added to the other table.
My goal is to show a message if the grid has no records. The problem is that "gridComplete" and "loadComplete" events are fired only if the grid actually HAS data to show.
Is there a workaround for this? How can I handle this situation?
Best regards.