Welcome Guest Search | Active Topics | Sign In | Register

Grid: Method to do column sorting... Options
bobwolf
Posted: Friday, October 8, 2010 11:08:17 AM
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.
eo_support
Posted: Friday, October 8, 2010 11:49:40 AM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.