Forum


18:00

Moderators
30/10/2007

Hello,
Yes you can use remapColumns parameter - you can get it via getGridParam method.
The index is the original position the value is the new one.
Regards
Tony
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.
Tony,
Thanks for the quick response. I'm afraid I wasn't very clear in my original question.
I was aware of the remapColumns method. However, what I was looking for was more of an event that would fire when the user moved a column using the drag and drop method. I wanted to either set a flag in my program so that I would know I need to save the new column order or enable a button to alert the user that they needed to save the new order.
I've looked at the remapColumns method again and it appears to just reorder the columns. Is there more to it than that?
Thanks!
PhilM
18:38

Moderators
30/10/2007

Hello,
Look at sortableColumns method in grid.jqueryui.js
You can add your own options via sortable.options options in the grid. Here you can define all available optins for sortable UI widget - if I understand right
Best Regards
Tony
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.
18:46

30/07/2009

There are a couple of ways to hook into the sortable columns feature. First, rather than just setting the sortable option to true, you need to set it to an object with your options:
$("#mygrid").jqGrid({
...
sortable : { options : { <whatever sortable options you want> },
update : function(perumtation) {},
},
...
};
The "options" object (if provided) lets you override any of the usual sortable options (see documentation at jquery-ui website). The "update" function (if provided) gets called right after the columns are re-ordered, and gets passed the permutation that was used (the colModel has already been updated, and reflects the new order - the permutation just lets you know exactly what was done).
As a simplification, if all you want is to catch the update event, you can just do
Mark
19:15

Moderators
30/10/2007

Hello,
Maybe if you reored the call you will have the neded result i.e. cal getGridParam before remapColumns.
Regards
Tony
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.
You can capture column changes via the sortable parameter as described, but please note that the array passed to your callback will be relative to the current column order. In other words, saving the array as is after moving multiple columns will not produce the desired results. See my answer on stack overflow.
Most Users Ever Online: 715
Currently Online:
46 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