Hello,
I have a difficulty about binding a list of type Binding<T> list to Grid. The binding is working fine, but grouping is not working on the side of XAML.
| <Telerik:RadGridView.GroupDescriptors> |
| <data:GroupDescriptor Member="CodeOrganizationType"> |
| <data:GroupDescriptor.AggregateFunctions> |
| <data:CountFunction Caption="Count:" /> |
| </data:GroupDescriptor.AggregateFunctions> |
| </data:GroupDescriptor> |
| </Telerik:RadGridView.GroupDescriptors> |
grouping via code works fine, XAML is not working.
Am I doing something wrong ?
Telerik Version : 2010.1.0422.35
VS2010, .NET 3.5 & 4.0
Please help...