Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
626
Group by Column header looks ugly and how to expand
posted

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

  • 40030
    Offline posted

    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