This question is locked. New answers and comments are not allowed.
Hello,
Client side grid function sort, don't work correctly.
For example:
this function sorts not by current, but by previuos expression. Also the grid appearence after sort(), won't update corretly.
Client side grid function sort, don't work correctly.
For example:
var grid = $("#Grid").data("tGrid"); grid.sort("OrderID-desc"); //do nothinggrid.sort("Adress-desc"); //sort by OrderIDgrid.sort("Name-desc"); //sort by Adress
this function sorts not by current, but by previuos expression. Also the grid appearence after sort(), won't update corretly.