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
245
Dynamically disableing Group by control
posted

I have a universal usercontrol that has by default in xaml the groupby turned on.

If I want to turn it off dynamically how do I do this in the C# code?

Thanks ahead of time

 

Jack

Parents
  • 3520
    Offline posted

    Hi Jack,

    You may set the GroupByAreaLocation of your XamDataPresenter to "None". This will hide the GroupByArea.

    Hope this helps.

Reply Children