Is there any event that i can handle on the client side for sorting.
I mean is there any event fired which i can capture when any header of web grid column is clicked.
Thanks
Two client-side events are raised when a column is sorted: BeforeSortColumn and AfterSortColumn.
Likewise, the grid's client-side ColumnHeaderClick event is also raised, whether the column is sortable or not.