Hello,
We are experimenting with the groupModel, but it appears that the grouping is done before the beforeTableView event. I'm wondering if pqgrid doesn't support grouping for infinite scroll? It seems like mixing remote data and local grouping would be bad.
Currently, we do grouping on the server (we do everything on the server). Our data has rows that include a row type. If the row type is "group", it will only have 1 column attribute populated and that attribute contents will be formatted to look like a title. The hard parts are that this "group title" should be displayed left-aligned, should not wrap or be truncated (it should span multiple cells if necessary), and should not be affected by reordering the columns. The column the "group title" is associated with might not be visible. I tried to attach a screenshot as a sample, but the post fails.
We've played with the render function on the column model and were able to format the "group title", but we're still missing these other requirements.
Do you have any suggestions? Is what we want possible in pqgrid?
Thanks,
~Sarah