This question is locked. New answers and comments are not allowed.
Hello,
I have just downloaded the latest version (2011.2.808.1040) and noticed a regression with RadGridView and the GroupFooterTemplate property. I had problems with getting this to work before that seemed to have been fixed but are broken again.
My scenario is this - I am creating data grid columns via code behind and assigning the GroupFooterTemplate property to the following DataTemplate because I would like to NOT show the label in the footer (since it's in the column, it looks sort of silly and just makes the column really wide).
The two attached images show the results when I do and do not set this property. Take note that I have scrolled horizontally. The problem seems to only occur on columns that are initially off the screen when I apply the GroupFooterTemplate. The columns that are initially on the screen seem to work properly.
I have just downloaded the latest version (2011.2.808.1040) and noticed a regression with RadGridView and the GroupFooterTemplate property. I had problems with getting this to work before that seemed to have been fixed but are broken again.
My scenario is this - I am creating data grid columns via code behind and assigning the GroupFooterTemplate property to the following DataTemplate because I would like to NOT show the label in the footer (since it's in the column, it looks sort of silly and just makes the column really wide).
<DataTemplate x:Key="dt_GridViewFooter"> <TextBlock Text="{Binding FormattedValue}" TextAlignment="Right" HorizontalAlignment="Right" /></DataTemplate>The two attached images show the results when I do and do not set this property. Take note that I have scrolled horizontally. The problem seems to only occur on columns that are initially off the screen when I apply the GroupFooterTemplate. The columns that are initially on the screen seem to work properly.