This is a migrated thread and some comments may be shown as answers.

[Solved] sort() (Client side)

0 Answers 15 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
marius
Top achievements
Rank 1
marius asked on 05 Oct 2011, 05:44 AM
Hello,
Client side grid function sort, don't work correctly.
For example:

var grid = $("#Grid").data("tGrid");
grid.sort("OrderID-desc");  //do nothing
grid.sort("Adress-desc");  //sort by OrderID
grid.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.

Tags
Grid
Asked by
marius
Top achievements
Rank 1
Share this question
or