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.
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.
I wanna hide the count that is getting displayed without hiding the buttons in the summary row.