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
3550
How to clear all summaries in runtime
posted

I want to clear the summeries values ar runtime.

allowrowsummeries and displaysummaryarea will stop showing them, but I also want to

delete summeries definitions from memory, so that if I decide to show again, the same summeries wont

show again.

Parents
No Data
Reply
  • 3707
    posted

    Maybe this command is what you're looking for?

    grid.DisplayLayout.Bands[0].Summaries.Clear();

Children
No Data