This question is locked. New answers and comments are not allowed.
I'm trying to find a resource on dynamcially creating the RadGridView footer row or Column Footers for a Grid dynamically. My grid is dynamcially created through code and this is the final piece to my puzzle that I'm not sure how to create.
Simply showing them (as below) is one thing, but how do you go about adding content to the individual cells or row itself through code??
dynamicGrid.ShowColumnFooters =
true;
Thanks for any help