Hi All,
I have a grid bound to local data, and am using a RowTemplate to render the results.
When I use the grouping functionality a few things happen:
I have a grid bound to local data, and am using a RowTemplate to render the results.
When I use the grouping functionality a few things happen:
- I cannot collapse a group
- The first column in the grid becomes very small, hiding the contents of that column.
- In my real-world code the Group Name shows up as "undefined", but I can't reproduce that in the example.
I have attached a sample project. Try grouping by LastName to see what I mean.
Thanks in advance for any help!
EDIT: After a little more investigation, it seems that using the RowTemplate is causing the grouping behavior. If I take the RowTemplate out, the grouping works great (aside from the first column being shortened). In my scenario - I really think I need to use the RowTemplate. Is this a bug, or can I build my RowTemplate differently to avoid this grouping behavior?
Thanks in advance for any help!
EDIT: After a little more investigation, it seems that using the RowTemplate is causing the grouping behavior. If I take the RowTemplate out, the grouping works great (aside from the first column being shortened). In my scenario - I really think I need to use the RowTemplate. Is this a bug, or can I build my RowTemplate differently to avoid this grouping behavior?