Is it possible? I have tried
from http://www.telerik.com/help/aspnet-ajax/grid_sort.html
but it does not seem to do anything?
I need to do it from client side as when you click on different nodes in in my treeview it will rebinds the grid to different columns, so it needs to clear the column sort at the same time.
thanks
Toby
from http://www.telerik.com/help/aspnet-ajax/grid_sort.html
var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
masterTable.sort("");
but it does not seem to do anything?
I need to do it from client side as when you click on different nodes in in my treeview it will rebinds the grid to different columns, so it needs to clear the column sort at the same time.
thanks
Toby