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

Exception during grouping: "Specified method is not supported"

5 Answers 146 Views
GridView
This is a migrated thread and some comments may be shown as answers.
yonadav
Top achievements
Rank 1
yonadav asked on 04 Feb 2010, 07:13 PM
Hi,

We're trying to do a simple two-level grouping in a RadGridView:

            // Add grouping according to device, then parameter category 
            MainGrid.GroupDescriptors.Add( 
                new GroupDescriptor() 
                { 
                    Member = "OwnerContainer"
                    SortDirection = ListSortDirection.Ascending 
                }); 
            MainGrid.GroupDescriptors.Add( 
                new GroupDescriptor() 
                { 
                    Member = "ParameterCategory"
                    SortDirection = ListSortDirection.Ascending 
                }); 

This has worked great in Q3 2009. Now that we've moved over to Q3 SP2, we're getting an exception when the grid loads:
"Specified method is not supported"

This appears to be associated with a call to a Reset function on a LINQ wrapper to our CollectionView. The CollectionView itself hasn't changed.

Any idea what causes this and how to overcome it?

Thanks,
yonadav

5 Answers, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 08 Feb 2010, 02:08 PM
Hello yonadav,

We have addressed this issue in our latest internal build. We are not calling IEnumerator.Reset() anymore. Can you please download the latest internal binaries and verify the state of this problem?

All the best,
Stefan Dobrev
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
yonadav
Top achievements
Rank 1
answered on 09 Feb 2010, 07:21 AM
Hi Stefan,

Thank you for the answer.

Where can we find the internal build for downloading? Also, is there a list of changes from the SP2 release to the internal build so we know what else has changed?

Thanks,
yonadav
0
Hristo
Telerik team
answered on 09 Feb 2010, 09:40 AM
Hello yonadav,

You can download the TRIAL latest internal build from Your Account->Free Trials->RadControls for WPF->Latest Internal Builds. You can follow this link.

You can find a detailed list of all changes following Q3 2009 SP2 here.

Sincerely yours,
Hristo
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
yonadav
Top achievements
Rank 1
answered on 15 Feb 2010, 03:29 PM
Hi Hristo,

The internal build has indeed solved the problem.

When will this fix make it into an SP or another formal release?

Thanks,
yonadav
0
Hristo
Telerik team
answered on 15 Feb 2010, 04:49 PM
Hi yonadav,

Our next official release Q1 2010 is scheduled for the first half of March.

Sincerely yours,
Hristo
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
yonadav
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
yonadav
Top achievements
Rank 1
Hristo
Telerik team
Share this question
or