ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: webifi on February 19, 2015, 12:07:12 am

Title: virtualX/overflow issue with details on pq 2.4.0
Post by: webifi on February 19, 2015, 12:07:12 am
See:
http://jsfiddle.net/p2pfqzu9/

1. Click "Open Grid With 5"
2. Expand at least two details. 
3. Notice that the vertical scroll bar does not appear when the expanded detail content forces the grid to overflow the given container.

Expected behavior:  Scroll bar should appear.
Title: Re: virtualX/overflow issue with details on pq 2.4.0
Post by: paramvir on February 19, 2015, 12:18:52 am
set flexContent: true in scrollModel.

http://jsfiddle.net/p2pfqzu9/1/
Title: Re: virtualX/overflow issue with details on pq 2.4.0
Post by: webifi on February 19, 2015, 09:31:22 pm
Thanks,

but here's another related issue:
http://jsfiddle.net/xy65x90d/

1. Click "Open Grid With 5"
2. Expand at least two details. 
3. Notice that the header filter input elements don't re-size properly once the scroll bar appears.
Title: Re: virtualX/overflow issue with details on pq 2.4.0
Post by: paramvir on February 20, 2015, 12:26:40 am
Set hwrap: false

http://jsfiddle.net/xy65x90d/6/
Title: Re: virtualX/overflow issue with details on pq 2.4.0
Post by: webifi on February 20, 2015, 02:09:35 am
That just clips the input elements.

Also, what if I want contents of all the columns to wrap??
Title: Re: virtualX/overflow issue with details on pq 2.4.0
Post by: paramvir on February 20, 2015, 08:36:50 am
Please check this CSS based solution.

http://jsfiddle.net/2nc6ku24/

http://jsfiddle.net/2nc6ku24/1/ ( fix for IE)