Forum


04:45

22/03/2009

I'm using jqGrid 3.5.3.
I'm using the form editing function (dialog editing) with multiselect turned on. The problem is that when I use those prev/next button on the edit form dialog, the corresponding row would be selected. So say I click next 10 times, 10 rows will be selected. But I would like to have single row selected when using edit form. I need the 'selrow' to get the selected row id for further data manipulation.
Any way I can keep multiselect:true but only select one row during form editing?
07:12

Moderators
30/10/2007

Hello,
Very interesting requirment. I think there is solution - I never test this, but you can try
in beforeShowForm when you use editing set the multiselect to false.
define onClose event and here you should set multiselect back to true.
Please let me know if this work.
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.
21:04

22/03/2009

It's a kind of work but if I click on multiple records before click edit, it will still be multiselected. Also navigating through records seems only highlight the row, but does not check on the checkbox.
My current solution is to attach beforeShowForm, afterclickPgButtons event with:
var $grid = $("#grid"), rowId = $grid.getGridParam('selrow');
$grid.resetSelection().setSelection(rowId);
Most Users Ever Online: 715
Currently Online:
76 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