I'd like to call custom JS functions on Sorting and Sorted. The grid I am porting from has these two attributes, allowing me to specify functions to run:
SortingClientEvents-ColumnSorting="foo"
SortingClientEvents-ColumnSorted="bar"
I see this page, http://www.telerik.com/help/aspnet-ajax/oncommand.html, which says this will fire for sorting, which is great. Is there another event for OnCommandComplete?
Basically, sorting should fire a function to notify the user an AJAx call is in progress. Once the call is complete the notification should be removed.
Any help on this would be great.
Robert
SortingClientEvents-ColumnSorting="foo"
SortingClientEvents-ColumnSorted="bar"
I see this page, http://www.telerik.com/help/aspnet-ajax/oncommand.html, which says this will fire for sorting, which is great. Is there another event for OnCommandComplete?
Basically, sorting should fire a function to notify the user an AJAx call is in progress. Once the call is complete the notification should be removed.
Any help on this would be great.
Robert