|
Rank: Newbie Groups: Member
Joined: 11/4/2011 Posts: 2
|
I hope to sorting the grid data by JavaScript code, just like user click the head of a column. How can I do this?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately I do not believe there is any way to do that. The feature exists but it is not exposed. So there is no way for you to call it through JavaScript.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 11/4/2011 Posts: 2
|
Hi, Thank you for your kindly reply. Is there any other way to sort the grid data automatically?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will have to post the page back to the server side, sort on the data source, then rebind the Grid.
Thanks
|
|