Hi All,
I have C# code-behind RadGrid that uses SQLDataSource and Databinds in NeedDataSource();
I have set
I have also set AllowSorting= true; on the columns themselves, but nothing seems to work. The columns refuse to sort, even though I can see the Arrow Up, Arrow Down and revert to default. Can you please help?
Thanks,
Mark
I have C# code-behind RadGrid that uses SQLDataSource and Databinds in NeedDataSource();
I have set
radGrid.AllowSorting =
true
;
radGrid.MasterTableView.AllowMultiColumnSorting =
true
;
radGrid.MasterTableView.AllowNaturalSort =
true
;
I have also set AllowSorting= true; on the columns themselves, but nothing seems to work. The columns refuse to sort, even though I can see the Arrow Up, Arrow Down and revert to default. Can you please help?
Thanks,
Mark