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
scroll paging bug
30/04/2014
21:14
Avatar
davidqql
New Member
Members
Forum Posts: 2
Member Since:
30/04/2014
sp_UserOfflineSmall Offline

When you use scroll paging at the situation of subgrid, the event of click the expand icon may be triggered more than one time. This would cause the subgrid open then close.

1. you enable the scrollbar paging

2. if your data rows more than one page

follow the step described below, you will find this defect:

a. open a jqgrid with subgrid which uses scrollbar paging, it display normally and you can click the plus to expand subgrid

b. pagedown at the scrollbar, the expand icon's behaviour of current page work normally

c. scrol back to the previous page, you will find that the expand icon doen't work any more

d. trace the javascript and jqgrid source, you will find that the click event is triggered twice:first time it open the subgrid, second step. it closes the subgrid.

01/05/2014
04:55
Avatar
davidqql
New Member
Members
Forum Posts: 2
Member Since:
30/04/2014
sp_UserOfflineSmall Offline

Updated:

I found a way to fix it:

for the version 4.6.0,

you can change the line 10596 from

 $(ts.rows[i].cells[pos]).bind('click', function() {

to

$(ts.rows[i].cells[pos]).off('click').on('click', function() {

but I think it should have a simpler way.

04/05/2014
10:24
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

I have fixed this .

Thanks

Kind Regards

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.

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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