Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nonolady

Pages: [1]
1
Thank you for the quick reply.
It works now. ;D

2
hello!

i try to use this sample http://paramquery.com/pro/demos/group_rows
add toolbar item to reload the grid
{type:'button',
label:'Reload',
listener: function (evt) {
grid.pqGrid( "refreshDataAndView" )
}
}

but,it not work.
 it's error message :Uncaught use groupOption() to set groupModel options.
Is it possible to use grid.pqGrid( "refreshDataAndView" ) on Row grouping? Thank you.

Pages: [1]