ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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.
-
set flexContent: true in scrollModel.
http://jsfiddle.net/p2pfqzu9/1/
-
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.
-
Set hwrap: false
http://jsfiddle.net/xy65x90d/6/
-
That just clips the input elements.
Also, what if I want contents of all the columns to wrap??
-
Please check this CSS based solution.
http://jsfiddle.net/2nc6ku24/
http://jsfiddle.net/2nc6ku24/1/ ( fix for IE)