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
addrowdata and grouping
12/10/2010
01:45
Avatar
kellyb
New Member
Members
Forum Posts: 1
Member Since:
12/10/2010
sp_UserOfflineSmall Offline

I am having trouble with the grid displaying the grouping if I add my data using the AddRowData API method. Should this worK?

The column is removed in the grid that I group on, but the grid does not perform the grouping.

I have coded the grouping options just like the demo, but it does not work.

Do I need to add grouping parameters in the AddRowData API call?

Please let me know.

Thanks,

Kelly

20/10/2010
11:30
Avatar
Strahdza
New Member
Members
Forum Posts: 2
Member Since:
20/10/2010
sp_UserOfflineSmall Offline

I'm having exactly the same problem. 

Have you managed to get it working yet ? .. anyone else have any suggestions ? 

Theres no errors in firebug ..jqGrid seems happy,  but the grouping doesnt happen.

Here is my grid definition:

jQuery("#tbllist").jqGrid({

datatype: "local",

altRows: true,

autowidth: true,

forceFit: true,

height: self.theight-50,

sortable:false,

colNames:['Address','Timestamp','Kb'],

colModel:[

{name:'c0',index:'Address', width:200,sortable:false,fixed:true},

{name:'c1',index:'Timestamp',formatter:timestampFormatter, width:200,sortable:false,fixed:true},

{name:'c2',index:'Kb',formatter:bytesFormatter, width:100,sortable:false,fixed:true}

],

caption: "Top Talkers",

grouping: true,

groupingView : {

groupField : ['c0'],

groupColumnShow: false,

groupCollapse: true

}

});

19/05/2013
16:32
Avatar
mfarahy
Iran, Tehran
Member
Members
Forum Posts: 4
Member Since:
19/03/2011
sp_UserOfflineSmall Offline

I have same problem, how i can regrouping after i add row by addRowData method ?

20/05/2013
11:10
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

Please understand that after adding grid does not put the new column in the right place.

In order to work this you should unload grouping, add ada with addRowdata and then apply the grouping agin.

I hope you understand.

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:
56 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