1. Please see the attached screen shot, I am using group by column as well group by row. when i group by the header looks small and ugly, how to make the same size as the other row.
2. Header appears after every group by, is there any way i can display only in the top
Hi Peter,
1. Is happening b/c you have the xamGrid in a container that is giving it Infinite Width. This is not recommended for a number of reasons. The main reason being performance, as you loose virtualization. So, i'd recommend you take the xamGrid out of the ScrollPanel or StackPanel that you have it in.
2. Currently we only offer the option to display Header rows in a GroupByGroup basis, not on the root level for GroupBy.
-SteveZ
Great, one more problem i am facing, please look at the screen why the rows are not aligned properly
Regards,Peter