ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: wmwa on May 14, 2015, 06:24:42 pm

Title: Resize detail grids on maximize / fullscreen of parent
Post by: wmwa on May 14, 2015, 06:24:42 pm
Hello,

I have a parent grid that has a detail grid on its rows. If I hit the maximize button to make the parent go fullscreen, the detail grid remains the same small size under the parent line. The detailModel's width is set to 'flex', but it doesn't seem to take up the extra space when available. Anything that can be done for this, or is there no way around it?
Title: Re: Resize detail grids on maximize / fullscreen of parent
Post by: paramvir on May 14, 2015, 06:36:20 pm
width: flex is not supposed to take extra space outside grid.

You should use width : 'auto' or percent (%) width to make it fluid.