Rank: Member Groups: Member
Joined: 5/31/2008 Posts: 25
|
Hi Guys,
I try to find this in your documentation with no success.
When users clicks a column header, the sorting is working like a charm! I need a method (or some way) to sort a specific column.
For example, I will create a new button that will sort the grid by the second column. There are any way to do that? (without repopulating the grid - I cant sort records in my database)
Thanks in advance. Roberto.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately there is no way to custom sort on the client side. The closest you can have is to use the Grid in Callback mode. That will do the sort on the server side and repopulate the Grid when you sort. However it does it just by reloading the Grid data, not the whole Grid.
Thanks!
|