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
530
How can I group by a column but not have it appear in the group area?
posted

I want to programatically group by a particular column, but not have it appear in the group-by area just for this particular column. If the user groups by other columns they should appear in the group-by area as normal. Is there a way to do that?

  • 138253
    Offline posted

    Hello,

     

    It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post and I created a sample project for you with the functionality you want. Basically after add the GroupBy Column in code behind I get the visual element in the GroupByArea and set its Visibility to collapsed.

     

    Feel free to write me if you have further questions.

    XamGridGroupBy.zip