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?
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.