Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
Multiselect and form editing
19/11/2009
04:45
Avatar
jackysee
Member
Members
Forum Posts: 24
Member Since:
22/03/2009
sp_UserOfflineSmall Offline

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?

21/11/2009
07:12
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

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.

22/11/2009
21:04
Avatar
jackysee
Member
Members
Forum Posts: 24
Member Since:
22/03/2009
sp_UserOfflineSmall Offline

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);

Forum Timezone: Europe/Sofia

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.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information