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
fix for resizeStop in 3.6
10/11/2009
10:59
Avatar
nickyspag
Cape Town
New Member
Members
Forum Posts: 1
Member Since:
10/11/2009
sp_UserOfflineSmall Offline

There is a small typo in line 245 of grid.base.js

This line:

if($.isFunction(p.resizeStop)) p.resizeStop.call(this,nw,i);

should be:

if($.isFunction(p.resizeStop)) p.resizeStop.call(this,nw,idx);

11/11/2009
02:43
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

Thanks. Fixed.

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

12/03/2010
15:04
Avatar
jayarjo
Member
Members
Forum Posts: 17
Member Since:
20/10/2009
sp_UserOfflineSmall Offline

What is the point of using index as a return value of resizeStart/resizeStop?

I'm trying to save column widths to an object by their indexes, but then how can I find those columns again by indexes when I need to restore saved widths? I see the only function that does something similar is seColProp, but itakes a column name as argument not the index.

13/03/2010
20:38
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

If we have the index we have all.

Suppose you use this sniplet

resizeStart :  function(event, index)

{

var colmodel = $(this).getGridParam('colModel');

// then colmodel[index] is what you want

// you can get the old width like

// colmodel[index].width

}

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.

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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