ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: ohbayashi on April 25, 2017, 08:55:07 am

Title: What if the detailed grid width is larger than the parent grid?
Post by: ohbayashi on April 25, 2017, 08:55:07 am
parent grid.
Code: [Select]
        width: "100%-10",
        virtualX: true,
        virtualY: false,
        scrollModel: { pace: "fast", autoFit: false, lastComumn: "fullScroll", flexContent: false },

detail grid.
Code: [Select]
        width: "flex",

It will be displayed if you set the parent to "flex", but since it looks bad and it looks bad it wants to know if there is any other way.
Title: Re: What if the detailed grid width is larger than the parent grid?
Post by: paramvir on April 25, 2017, 05:29:43 pm
Other way is to set virtualX: false for parent grid if number of columns in parent grid is not large as in your case.