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.


Topics - nsymons

Pages: [1]
1
ParamQuery Pro Evaluation Support / Paramquery Pro License registration
« on: October 26, 2020, 09:16:26 pm »
Hello,

A new license was purchased for Paramquery Pro for my company use, please upgrade this account to pro with:

Transaction ID: xxxxxxxxxxxxxx2906

Thanks!

2
https://jsfiddle.net/3p20f5w8/

With 7.2 when a grid has a filter row setup to filter the columns and a column with checkboxes, whenever a checkbox is clicked the filter row resizes by upwards of 30px and this causes whole grid shifts up temporarily causing a poor user experience for users attempting to click multiple checkboxes in a row. If you remove the filtering row the grid does not shift.

Steps to reproduce:
1) Click any data row checkbox in Paid column on linked fiddle that is not a header/filter checkbox.

3
Help for ParamQuery Pro / Need help registering new License.
« on: July 30, 2019, 08:05:26 pm »
I can not find a direct way to update my license with my new license purchased through my company for my account. Please inform me on the instructions to do so.

WW MSO#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Thanks.

4
Hello,

When the user selects the last row of data in the grid the grid will fill out to the maxHeight value set and displays white space under the last row of data. When the user then selects the top row the white space disappears and the height of the grid is changed to the proper height with height: 'flex' to not display white space after the final row of data. This only occurs when there is not enough data to fill the grid to its maxHeight. Is this an issue with just the Pro v3.3.2?

Here is a snippet of the object.

var cashObj = {
  width: 'auto',
  height: 'flex',
  maxHeight: 650,
  freezeCols: 4,
  virtualX: true,
  virtualY: true,
  numberCell: {show: false},
  title: "Cash",
....
}

Pages: [1]