Hello,
I have RadGridView for Winforms 2012 Q1, it has the AutoGenerateColumns property set to True so the number of columns is dictated by the datasource. I'd like to add totals to gridview for the numeric data, I can do this at design time using the SummaryRowsBottom property/collection but since I do not know how many columns will be display I need to do this at runtime. I do know that the columns I want to Sum start at column 2 to TotalNumOfColumns. So I can iterate through the columns collection ...I'm just not sure which event is the best to add the summary nor the syntax.
Thanks
I have RadGridView for Winforms 2012 Q1, it has the AutoGenerateColumns property set to True so the number of columns is dictated by the datasource. I'd like to add totals to gridview for the numeric data, I can do this at design time using the SummaryRowsBottom property/collection but since I do not know how many columns will be display I need to do this at runtime. I do know that the columns I want to Sum start at column 2 to TotalNumOfColumns. So I can iterate through the columns collection ...I'm just not sure which event is the best to add the summary nor the syntax.
Thanks