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 - qbcsystemsinc

Pages: [1]
1
Help for ParamQuery Pro / Group Summary Row and Grand Summary? (3.3)
« on: March 28, 2016, 09:58:07 pm »
In Version 3.2, when I set a summary for grouping, I would get a summary row beneath each group when they were open. Now, when setting the summary options in 3.3, this row doesn't appear anymore.

Is there a way to get the grid to show that summary row per group, as well as showing the bottom "grand summary"?

2
I created a grid, and after instantiating it, did the following:

$('.selector').on('pqGrid:refresh',function(evt,ui){console.log(evt);});

Things that should trigger the grid refresh do not log an event in the console.

If I do the initial creation of the grid with:

...
refresh: function(evt,ui) {console.log(evt);}
...

then it displays as normal.

I'm using pqGrid v 3.2.0

3
Help for ParamQuery Pro / ParamQuery 3.2.0 and jQuery 2+
« on: January 18, 2016, 10:20:59 pm »
Is there a problem with the latest update and jQuery 2+?

I tried to replace 3.1.0 with 3.2.0, and now get the following error when running the same code:

Uncaught TypeError: Cannot read property 'option' of undefined
n.setScrollVNumEles   @   pqgrid.min.js:259
n.refreshScrollbars   @   pqgrid.min.js:273
n.softRefresh   @   pqgrid.min.js:272
(anonymous function)   @   pqgrid.min.js:58
(anonymous function)   @   pqgrid.min.js:53
n.event.dispatch   @   jquery.min.js:3
r.handle   @   jquery.min.js:3

Previously, I have also gotten a "Cannot read property 'drag' of undefined" error as well.

I'm using jQuery 2.1.3 from Google's CDN.

Pages: [1]