Forum



18:55

07/08/2010

I am trying to keep track of the column order after reordering the columns but can't find a way to do this. What event is called when columns are reordered? If I can find the event maybe I can add a custom handler to track and save the column order so users can store the column order as a preference.
10:42

Moderators
30/10/2007

Hello,
Look at remapColumns method and array parameter into the docs.
basically you can do
var reorder = jQuery("#mygrid").jqGrid('getGridParam','remapColumns');
Regards
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
11:35

10/08/2009

Hi Mark!
It seems to my Tony misunderstood your question. I hope if you define sortable parameter as an object instead of a boolean you can solve your problem. For example
sortable: {
options: {
stop: function(event, ui) {
var d = $("div.ui-jqgrid-sortable",$(ui.item));
alert ('Colomn "'+ d.text() + '" was reorded');
}
}
}
different options which can be used you can find in the list of options and events on http://jqueryui.com/demos/sortable. The new column order you can get like Tony as described.
Best regards
Oleg
Most Users Ever Online: 715
Currently Online:
70 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66