Hi,
I have a page with multiple grids, when a user clicks on one grid, another grid is refreshed/reloaded.
During this reload action a loading prompt is shown in modal mode. The loading prompt places a modal mask over the whole page. I would like to achieve the following:
1- the modal mask should only be placed over the grid which is getting refreshed
2- the prompt should be centered on the grid which is getting loaded
For the first I can use a trick (change the isc.showPrompt method), for the second I am not yet sure how to do that easily. However, I prefer to use a standard method.
Is there a standard way of getting this done without me replacing isc.showPrompt?
btw, I saw the ListGrid.loadingDataMessage message but it is only used if the grid is initially empty, not when a grid is refreshed.
gr. Martin
I have a page with multiple grids, when a user clicks on one grid, another grid is refreshed/reloaded.
During this reload action a loading prompt is shown in modal mode. The loading prompt places a modal mask over the whole page. I would like to achieve the following:
1- the modal mask should only be placed over the grid which is getting refreshed
2- the prompt should be centered on the grid which is getting loaded
For the first I can use a trick (change the isc.showPrompt method), for the second I am not yet sure how to do that easily. However, I prefer to use a standard method.
Is there a standard way of getting this done without me replacing isc.showPrompt?
btw, I saw the ListGrid.loadingDataMessage message but it is only used if the grid is initially empty, not when a grid is refreshed.
gr. Martin
Comment