I have a grid with a summary working just fine. Recently I was asked to include another column total in the summary. I changed the SummaryFooterCaption to something more appropriate and added a Summary object to the collection. However,when I run the app I still get the old summary.
I have checked everything stupid like making sure I made the changes to the correct form, correct grid, correct band.
The changes show up in the grid in design mode but when I run it I get the old footer caption and old column total. Very weird.
Thanks, Mike, that was exactly it. Ironically, I just mentioned to the powers that be that I could add that new summary col now and they said, "What? We don't need a new summary col!"
Still, I learned, or re-learned something today.
Thanks.
Hi James,
Are you loading a layout which is overriding the design-time changes? Check your code for "DisplayLayout.Load".
maybe you are setting the SummaryFooterCaption property of the grid somewhere else in code ?