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

BindingList<T> and Grouping Problem

3 Answers 80 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Dogu
Top achievements
Rank 1
Dogu asked on 31 May 2010, 03:21 PM

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...

3 Answers, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 02 Jun 2010, 05:09 PM
Hi dogu.tumerdem, 

As I understand you are using BindingList<T> as ItemsSource for the RadGridView. I have been investigated the reported behavior and found an issue with group aggregates when grid is bound to ICollectionView. We are currently working on solution which will be available in one of our next internal build. You can track issue project in our Pits System - http://www.telerik.com/support/pits.aspx#/public/wpf/2306

Thank you for reporting this issue - I have updated your telerik point accordingly.

Please excuse us for any inconvenience caused.

Kind regards,
Tsvyatko
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Dogu
Top achievements
Rank 1
answered on 07 Jun 2010, 03:00 PM
Dear Colleague,

In SP2 (2010.1.0603.35), Groups are visible now, not aggregates...
Thank you,

Dogu
0
Tsvyatko
Telerik team
answered on 09 Jun 2010, 03:49 PM
Hello dogu.tumerdem,

Unfortunately, The fix for this issue didn't make it in the SP2 release. It will be included in the next internal builds and the upcoming beta release.

Greetings,
Tsvyatko
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Dogu
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Dogu
Top achievements
Rank 1
Share this question
or