Hello,
I am currently working on a project with a RadGrid.
I need only two types of sorting - Ascending and Descending (I
want to turn off “NoSort” option).
I looked into your documentation and saw that setting:
[http://www.telerik.com/help/aspnet-ajax/grid-controlling-sorting-modes.html]
VB.NET:
But unfortunately it does not work for me.
Please see the following video:
http://youtu.be/2oZ-y7J1P2c
It gives me all 3 options (Ascending, Descending, NoSort).
Thanks for your help,
Daniel.
I am currently working on a project with a RadGrid.
I need only two types of sorting - Ascending and Descending (I
want to turn off “NoSort” option).
I looked into your documentation and saw that setting:
[http://www.telerik.com/help/aspnet-ajax/grid-controlling-sorting-modes.html]
VB.NET:
RadGrid1.MasterTableView.AllowNaturalSort =
False
But unfortunately it does not work for me.
Please see the following video:
http://youtu.be/2oZ-y7J1P2c
It gives me all 3 options (Ascending, Descending, NoSort).
Thanks for your help,
Daniel.