This is a migrated thread and some comments may be shown as answers.

Client-side paging events?

1 Answer 105 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Stuart Watton
Top achievements
Rank 2
Stuart Watton asked on 26 Oct 2011, 09:43 AM
Hi,

Are there any events on the client side which fire when a new page is requested from the grid for which I can write javascript code to handle?

The reason that I ask is that I have a grid with client-side binding and caching enabled. This works pretty much as I would expect except that when you go to a page which is cached the RadAjaxLoadingPanel isn't shown and I would really like to show it and hide it again for the cached pages as it is great indicator as to whether something is going on.

Stuart

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 27 Oct 2011, 06:30 AM
Hello Stuart,

You can attach the client event OnCommand which will be raised for each grid command which is about to be triggered(sorting, paging, filtering, editing, etc.).

Thanks,
Shinu.
Tags
Grid
Asked by
Stuart Watton
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or