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

Pages: [1]
1
Help for ParamQuery Pro / Re: Download v9.x
« on: May 08, 2023, 08:04:56 pm »
Is there an estimated date for when version 9 will be released?

2
We have an issue using grid.flex() when the last column does not have a width set. 
All of our columns do not have the width set in the configs.

We are setting the gridConfig.paramquery property with
               minWidth: 500,
               width: '100%',                       
               scrollModel: { autoFit: true }.

Code to flex grid:

$grid.on('pqGrid:create', function (e, ui) {
             var grid = $grid.pqGrid('instance');
             grid.flex();
         });


Resulting grid


When we push a column with a fixed width into the columnConfigs as the last column then it works as expected

Resulting grid


Would you add the functionality to not use a fixed width on the last column when using grid.flex()?

Thank you

Pages: [1]