Strange issue that only happens in my .NET example
I have the “groupable” attribute set to “true” and no group set by default.
The first render of the jqxgrid is fine. Then I drag one column to the top at the table, the group is added perfectly but I can see all the rows expanded (although the black arrows pointing to the group name are collapsed).
Then I can collapse and expand the rows “playing with the arrows”.
Summary: the first time the group is added with drag and drop, the rendering is not adequate.
Does this make sense? Could this happend when lots of rows are being grouped?
Thanks again.