This question is locked. New answers and comments are not allowed.
Hi,
Is there any way to determine what Command was invoked in a Grid? :
i.e.:
Sorting,
Filtering,
Paging
And then pass this to the controller.
The closest I could find is the OnDataBinding event, but could not find an example on how to determine what Command
(i.e. Filtering,Sorting, Paging) caused the event to fire, and then pass this to the controller.
Thanks.
Is there any way to determine what Command was invoked in a Grid? :
i.e.:
Sorting,
Filtering,
Paging
And then pass this to the controller.
The closest I could find is the OnDataBinding event, but could not find an example on how to determine what Command
(i.e. Filtering,Sorting, Paging) caused the event to fire, and then pass this to the controller.
Thanks.