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
545
WinGrid Summary
posted

using latest version with VS2010...

In the attached picture, how in the heck do I remove the summary caption line where it says "Company Name"?

If it's possibly - which I suspect it is - I'd like to know how to navigate to it via the grid designer and also how to set it in code

I tried searching the forum first and found this answer/blurb from Mike on a similar question ...

"The good news is, you don't have to. You can just set SummaryFooterCaptionVisible on the band to False."

...but when I try something like this...

 

ultraGrid1.DisplayLayout.Bands[0].SummaryFooterCaptionVisible =

 

false

...it does not recogonize the "SummaryFooterCaptionVisible" property.

Thanks,

--mark

Parents Reply Children
No Data