ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: mvanhees on February 17, 2014, 12:51:06 am
-
Hello,
When I setup 1 or more freezing colum and when I have a grouping colum header, I have trouble when scrolling to the right.
When the first sub colum of the first group are sliding to the left the header of the first group disapear.
In the attached example:
Col 1 & col 2 are freeze colum.
Group 1 and 2 have 5 sub columns.
On the second picture, when the first column of the first group disapear, the main column of the group disapear also and the main colum of group 2 stay, but over sub column of group 1.
How can I fix that?
Thanks,
Michel
-
By default pqGrid renders the columns which are viewable only within the viewport, which doesn't work well with header grouping.
Use virtualX: false for header grouping.
http://paramquery.com/pro/api#option-virtualX
-
Excellent!!
That work perfectly!
Thanks a lot.
Michel.
-
I just discover that with this flag at false, I can no more edit the grid.
Is there a solution to handle both case?
Thanks,
Michel.
-
That looks like an issue.
Is it possible for you to disable horizontal scrolling by use flexWidth: true or scrollModel:{autoFit:true} until this issue is resolved in next version.
-
When the next version are planned?
I have a solution, most a workaround, for colum that can be modified I will render a button and handle it by myself.
When new version will be deploy, I will removed this feature.
Thanks,
Michel.
-
Thanks Michel
The new major version is few weeks down the road, but I've been trying to introduce an intermediate bug fix release before that may be within a week.
-
Michel
Inline editing in column grouping has been fixed in 2.0.4
-
Excellent!!
Thanks a lot.