Hi,
I am trying to call a Javascript function which will trigger a 'loading screen' when user clicks on controls on the RadGrid Pager, which includes changing the page index or page size.
There is no 'OnPageIndexChanging' or 'OnPageSizeChanging' events from RadGrid which would be able to handle these. Is there any way else I can achieve the above?
'OnPageIndexChanged' or 'OnPageSizeChanged' doesn't work as it is only triggered when the grid has finished loading.
Thanks.
I am trying to call a Javascript function which will trigger a 'loading screen' when user clicks on controls on the RadGrid Pager, which includes changing the page index or page size.
There is no 'OnPageIndexChanging' or 'OnPageSizeChanging' events from RadGrid which would be able to handle these. Is there any way else I can achieve the above?
'OnPageIndexChanged' or 'OnPageSizeChanged' doesn't work as it is only triggered when the grid has finished loading.
Thanks.