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

GroupDescriptorsSource

1 Answer 54 Views
JumpList
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Derek
Top achievements
Rank 1
Derek asked on 05 Jan 2012, 12:29 AM
Do you have an example of databinding for GroupDescriptorsSource from xaml?  Or is it not meant to be bound that way?

edit: I changed my source to an ObservableCollection and the exception went away.  The docs show using List<> which doesn't seem to work.

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 05 Jan 2012, 08:45 AM
Hi Derek,

Thanks for writing and for your question.

In general, you should be able to use any type of IEnumerable<DataDescriptor> to bind the GroupDescriptorsSource, SortDescriptorsSource and FilterDescriptorsSource properties. However, I have discovered a small issue related to casting to a wrong type which causes the undesired behavior you have experienced. We will fix this. The workaround you have found in the meantime is completely OK and you can use it in your app.

I have updated your account with 1000 Telerik points for bringing our attention to this issue.

Regards,
Deyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
JumpList
Asked by
Derek
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or