Hi!
I have a hierarchical ultrawebgrid, where I want to set a value in the footer from code behind. I have managed to do so with the ultrawebgrid.Bands[0].Columns[1].Footer.Caption property. A problem arises on the second level though, Band[1]. If several rows has been expanded there are several footers for Band[1]. When I set the caption for Band[1] I change all of them. I want to be able to set each footer value individually. How can I do that?