I wanted to use the OnSortColumn event handler.
However by setting the EnableViewState="false" in the webgrid, the event does not get fired.
Any alternative way?
I am doing custom sorting with paging that is why I need custom server side logic to pull the data.