or

| Hi, |
Unless I have just purchased your fabulous collection, I tried to use it but I wanted to change the labels on the header of the grid and filters in my language (Italian) how can I do? Thanks Marcello |

Hi,
First of all, sorry for my english ...
I just want to know if it's possible to have aggregate function for a child grid (hierarchy) as we can have with the grouping grid
(like the example Grouping aggregates)
thanks
Steph

| <my:ColorConverter x:Key="ColorConverter"/> |
| <Style TargetType="{x:Type telerik:GridViewCell}"> |
| <Setter Property="Background"> |
| <Setter.Value> |
| <SolidColorBrush Color="{Binding Converter={StaticResource ColorConverter}}"></SolidColorBrush> |
| </Setter.Value> |
| </Setter> |
| </Style> |