This question is locked. New answers and comments are not allowed.
When you add record in a grid using:
... the edit template for adding a record appears in every single group, instead of just at the top of the grid.
.Editable(editing => editing.Mode(GridEditMode.InForm)).Groupable(grouping => grouping .Groups(groups => groups.Add(o => o.Name)))... the edit template for adding a record appears in every single group, instead of just at the top of the grid.