You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Angular 1.0.3, when there are groups with an odd number of items (1, 3, 5, etc.) and the group is not the last group, expanding the group will display only the last group.
I added a workaround for the 1.0.3 bug. the source is checked in but we want to fix a few more things before declaring another release. So, if you want to use it right away you need to build it locally.
With Angular 1.0.3, when there are groups with an odd number of items (1, 3, 5, etc.) and the group is not the last group, expanding the group will display only the last group.
Removing:
ng-class-odd="row.alternatingRowClass()" ng-class-even="row.alternatingRowClass()"
from ng.defaultGridTemplate fixes the problem, but also removes alternating row formatting.
The text was updated successfully, but these errors were encountered: