This is a migrated thread and some comments may be shown as answers.

[Solved] Applying "GroupFooterTemplate" does not work...

1 Answer 163 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rob
Top achievements
Rank 1
Rob asked on 15 Aug 2011, 04:47 PM
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).
<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.

1 Answer, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 16 Aug 2011, 10:20 AM
Hello Rob,

 

Thank you for reporting this issue! Indeed we are aware of bug related to the predefined GroupFooterTemplate. It has been already logged in pur Public Issue Tracking System and you may track its progress under PITS item (ID=7419), or use directly the following public link. 



Please excuse us for any inconvenience caused!


All the best,
Vanya Pavlova
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
GridView
Asked by
Rob
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Share this question
or