Posted 21 May 2010 Link to this post
Posted 26 May 2010 Link to this post
Posted 31 May 2010 Link to this post
<
telerik:GridViewDataColumn
DataMemberBinding
=
"{Binding Minutes}"
>
telerik:GridViewDataColumn.Footer
telerik:AggregateResultsList
ItemsSource
"{Binding}"
telerik:AggregateResultsList.ItemTemplate
DataTemplate
StackPanel
TextBlock
Text
"{Binding Converter={StaticResource MyConverter}}"
/>
</
Posted 15 Jul 2010 Link to this post
Posted 21 Jul 2010 Link to this post
Posted 23 Jan 2012 Link to this post
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Style
x:Key
"LengthAggregateStyle"
TargetType
"t:AggregateResultsList"
Setter
Property
"ItemTemplate"
Setter.Value
"{Binding Value, Converter={StaticResource LengthConverter}}"
t:GridViewDataColumn
"{Binding length, Converter={StaticResource LengthConverter}}"
IsReadOnly
"True"
Header
"length"
t:GridViewDataColumn.AggregateFunctions
t:SumFunction
SourceField
"TotalLength"
FunctionName
"TotalLengthSum"
t:GridViewDataColumn.Footer
t:AggregateResultsList
"{StaticResource LengthAggregateStyle}"
t:GridViewDataColumn.GroupHeaderTemplate
Posted 24 Jan 2012 Link to this post
Have you tried implicit style? Please remove the x:Key setting from your style definition.
Posted 30 Jan 2012 Link to this post