Forum

July 12th, 2025
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
keep grid selection
17/10/2009
14:46
Avatar
sasha_gu
Member
Members
Forum Posts: 9
Member Since:
17/10/2009
sp_UserOfflineSmall Offline

Hello

How to keep grid selection after reload data?

17/10/2009
14:54
Avatar
Rumen[Trirand]
Moderator
Members

Moderators
Forum Posts: 81
Member Since:
08/10/2009
sp_UserOfflineSmall Offline

There is a client-side event gridComplete, you can use it to select the row that was originally selected. To obtain it, prior to the reload, do something similar to

var selRow = jQuery('#jqGridID').getGridParam('selrow')

then in gridComplete use something similar to this

jQuery('#jqGridID').setGridParam( {{ gridComplete: function() 

                        {{                            

                            var grid = jQuery('#jqGridID');

                            grid.setSelection(selRow,false);

                        }}

If you are using ASP.NET, you can see what we are up to here:

http://www.trirand.aspx/demo.aspx

There are a few selection examples where this is automatically handled.

Trirand ASP.NET WebForms & MVC components based on jQuery & ThemeRoller

http://www.trirand.net

17/10/2009
15:10
Avatar
sasha_gu
Member
Members
Forum Posts: 9
Member Since:
17/10/2009
sp_UserOfflineSmall Offline

thanksLaugh

Forum Timezone: Europe/Sofia

Most Users Ever Online: 994

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