Hello
I am using radgrid q3 2009.
Is it possible to access the values for group aggregates in a group header. I have tried this code on this webpage
http://www.telerik.com/help/aspnet/grid/grdcustomizegridgroupheaderitem.html
but the data in the DataRowView belongs to the last row for the group in question. In a GridRowFooterItem you can access the aggregates on a column by simply calling footerItem("ColumnName"). This does not seem to work on a GridRowHeaderItem.
thanks a lot
I am using radgrid q3 2009.
Is it possible to access the values for group aggregates in a group header. I have tried this code on this webpage
http://www.telerik.com/help/aspnet/grid/grdcustomizegridgroupheaderitem.html
but the data in the DataRowView belongs to the last row for the group in question. In a GridRowFooterItem you can access the aggregates on a column by simply calling footerItem("ColumnName"). This does not seem to work on a GridRowHeaderItem.
thanks a lot