i've been using jqgrid widely (and successfully) on my asp.net web application.
Is it possible to invert column order in form editing? ie: colmodel shows
COLUMN A COLUMN B COLUMN C
I'd like to show something similar to:
COLUMN A COLUMN C COLUMN B
when user click the edit icon and enter the form editing dialog.
EDIT: i've read the remapColumns function exist (check it out). Is it possible to use it on form editing?