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
1800
Hide summary Row count
posted

Hi,

I have a grid which has a summary row where I have placed custom buttons using creation filters. The grid is at band 1 and I wanted to hide the summary count without hiding the buttons. When I try to hide the summary row, the entire summary row gets hidden along with the custom buttons.

Above is the screen shot of the child band which I have described.

Any help is appreciated.

Parents
No Data
Reply
  • 69832
    Offline posted

    When you add a summary the Add method returns an object of type SummarySettings; this class exposes a DisplayFormat property, which you can use to change the format used to present the summary.

Children