ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on September 24, 2018, 06:59:06 pm

Title: Height of grouped rows
Post by: queensgambit9 on September 24, 2018, 06:59:06 pm
Having issues with grouped rows not adjusting to correct height automaticially...any idea what this could be caused by?
Title: Re: Height of grouped rows
Post by: paramvir on September 24, 2018, 07:17:14 pm
Auto height of rows doesn't apply to group title and summary rows, but normally that doesn't cause any issue.

Do you have a screenshot
Title: Re: Height of grouped rows
Post by: queensgambit9 on September 24, 2018, 08:46:45 pm
Thanks, screenshot is attached.
Title: Re: Height of grouped rows
Post by: queensgambit9 on September 25, 2018, 02:07:38 am
Think I recreated the issue on https://paramquery.com/pro/demos/group_rows by setting

Code: [Select]
wrap: true,
Title: Re: Height of grouped rows
Post by: paramvir on September 25, 2018, 10:53:43 am
Right, as mentioned auto height of rows not supported for group title and summary rows.

It can be a avoided by

1.using wrap: false or

2. using rows of larger height i.e., rowHt: 50

https://paramquery.com/pro/api#option-rowHt

3. using columns of greater width so that group titles fit in a single cell.