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_Related Related Topics sp_TopicIcon
Keep the focus to the current row while adding new rows dynamically to the jqgrid
27/09/2012
07:07
Avatar
ithrees
New Member
Members
Forum Posts: 2
Member Since:
06/09/2012
sp_UserOfflineSmall Offline

Hi all,

I have jqgrid-treegrid in a system to display all records in the same page with scrolls. But Im loading the records dynamically after load a set of records initially(kind of backgroud process).

One of the grid's column is editable, so I keep update that particular cell in each row as the rest of the rows are being added to the grid.

The problem is as Im using

afterInsertRow: function(id)
{
  jQuery('#myGrid').jqGrid('editRow',id,true);
}

to set the row editable, Im losing the focus(cursor) from the current row to the newly added row.

But I really need to keep the cursor to the current row without interrupting my updating process.

Help me on this pls...

27/09/2012
13:10
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

In a way you do it is not possible.

The editRow creates the input elements and make a focus to the first editable.

One possible solution is:

after the row is edited

jQuery('#myGrid').jqGrid('editRow',id,true);

make a setSelection to the previous row

jQuery('#myGrid').jqGrid('setSelection',previousid);

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.

17/05/2013
14:44
Avatar
ithrees
New Member
Members
Forum Posts: 2
Member Since:
06/09/2012
sp_UserOfflineSmall Offline
Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
63 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