I am using a grid with custom sorting and using the OnNeedDataSource tag which I use to fetch some data from a remote source (a lengthy call).
I want to enable custom sorting ... is there a way to do this so that I can sort the data in the grid entirely using the grid's Viewstate? I want to avoid making the query again (expensive because it is database plus network service calls)?
Is the Grid's data contained entirely in the Viewstate? Or do I have to re-create my Datasource every time the user sorts a column?
Thanks!!
I want to enable custom sorting ... is there a way to do this so that I can sort the data in the grid entirely using the grid's Viewstate? I want to avoid making the query again (expensive because it is database plus network service calls)?
Is the Grid's data contained entirely in the Viewstate? Or do I have to re-create my Datasource every time the user sorts a column?
Thanks!!
