We did not find a resolution for this issue.
1) I realize the column freezing is not currently supported when grouping is being used on the jqGrid.
I think I have found my answer in the thread below.
tony said:
Hello,
You will need maybe to increase the rowNum parameter of the grid to let say 500
You should understand that everthing is done at client side and the grid load 150 records.
From where should know the grid that there are a lot of other rows and thier values?
Just think about this.
Regards
Tony
Thanks Tony for your reply, but, it seems what you saying is that the number of rows per page should be the sequal to or greater than the number of rows in the largest group.
jimbo_jnr said:
I have the same issue. If you found a resolution please let me know. Thanks.
Unfortunately, I have not found a resolution yet and unfortnatley no repsonse from jqGrid yet.
I managed to acheive this by doing the following:
I define global variables for the current value of column A and Column C, and the current group by
var tColA = 0.0;
var tColC = 0.0;
var tCurrentGroupBy;
Then in my function, I do the following:
Heads up, I tried to do this like below, but then realized that rows are not children of a group row, so it will not work?
loadComplete: function () {
still no update or response on tihs?
I agree we absolutely need column freezing to be added.
Any update on this?
Quick update on this.
I just tried changing the rowNum property from -1 to rowNum: 10000 and now the rows that sometimes don't get displayed are being displayed.
One more item on this.
What is the best way to disable paging and bring back all rows?
tony said:
Hello,
As you can imagine we need a test case, otherviese no help.
Please understand that if we make test cases of all the issues described as you do we will not have
time to do anything else.
Hope you understand
Kind Regards
Tony
Makes sense.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top