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

[Solved] Argument Exception Blend Data on GroupDescriptors

1 Answer 100 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Hans Notelteirs
Top achievements
Rank 1
Hans Notelteirs asked on 28 Sep 2009, 01:55 PM
Hi,

When my application starts, I wanted it to start default with a grouping. I do this with defining a GroupDescriptor with deeper binding.

<RadGrid:RadGridView.GroupDescriptors> 
                <Data:GroupDescriptor DisplayContent="Employee" Member="Employee.Name" SortDirection="Ascending" /> 
            </RadGrid:RadGridView.GroupDescriptors> 

When I run the program, the DisplayContent is shown in the grouping field and the grouping is done in the right way.
But when I want to open the xaml in blend then, I get an argument exception on the GroupDescriptor I just added.
-> MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData) at System.Windows.UIElement.UpdateLayout()
How can I solve this?
Have I used a property in the wrong way?

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 01 Oct 2009, 02:56 PM
Hello Hans,

Can you try our latest internal build? We had problems with SortDirection property however this was fixed.

Let me know how it goes.

Kind regards,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Hans Notelteirs
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or