K
Kuldeep
Hello All,
I have a Datagrid which has to Databind to different data on different
conditions.
Because of this, I am not using any of the asp:Bound Columns. Instead, I
have a table within the datagrid which shows different headers for different
conditions
Now, to sort this datagrid, I have a simple javascritpt which throws in the
selected column to be sorted.
On catching the same(the column name) through a query string, I have to sort
the grid.
Can anybody give me some leads to sort such Datagrids in the most optimized
manner(i.e., without using ViewState or Session Variables)
Any inputs on the same would be highly appreciated.
Thanks and Regards
Kuldeeep
I have a Datagrid which has to Databind to different data on different
conditions.
Because of this, I am not using any of the asp:Bound Columns. Instead, I
have a table within the datagrid which shows different headers for different
conditions
Now, to sort this datagrid, I have a simple javascritpt which throws in the
selected column to be sorted.
On catching the same(the column name) through a query string, I have to sort
the grid.
Can anybody give me some leads to sort such Datagrids in the most optimized
manner(i.e., without using ViewState or Session Variables)
Any inputs on the same would be highly appreciated.
Thanks and Regards
Kuldeeep