Hello.
I am implementing custom sorting because my recordsets are huge (millions of rows).
I am creating recordset during a NeedDataSource event, not during a SortCommand event, because I don't want to run the SQL command twice.
Thus I am testing the RadGrid1.MasterTableView.SortExpressions. This collection contains fields which have been cleared by Clear sorting client side context menu. But RadGrid knows that the column has no sorting because the column header contains no triangle.
Thank you very much.
Tomas PAJER
I am implementing custom sorting because my recordsets are huge (millions of rows).
I am creating recordset during a NeedDataSource event, not during a SortCommand event, because I don't want to run the SQL command twice.
Thus I am testing the RadGrid1.MasterTableView.SortExpressions. This collection contains fields which have been cleared by Clear sorting client side context menu. But RadGrid knows that the column has no sorting because the column header contains no triangle.
Thank you very much.
Tomas PAJER