I can bind all my data using the ItemsSource property of the RadGridView. However, I don't see a propery to do this with the Footer.
I already have data to bind to the footer (same format as the data used for the main cells) because I have special calculations that I do in SQL. How can I bind this data to the Footer without looping through all the Columns in the RadGridView and setting each Footer item?
I already have data to bind to the footer (same format as the data used for the main cells) because I have special calculations that I do in SQL. How can I bind this data to the Footer without looping through all the Columns in the RadGridView and setting each Footer item?