Re: Re: Re: How to add the Row to DataGrid programatically in silverlight 2 Beta 2? ? ?
I would like to add 2 rows of summary information to the bottom of my DataGrid. Technically, I could calculate the my summary values, instantiate a couple of fake objects and Add them to the ObservableCollection, but that seems like a hack.
It would be nice to be able to create a footer, but I don't see that option anywhere. Any other ideas?