Greetings.
I have searched the forums and not found anything similar to the issue we are experience.
We have a RadGridView with the ItemSource set to an observable collection of dynamic objects.
The grid works fine for autogenerating the columns for each of the "properties" on the dynamic object.
When we attach a CellEditTemplateSelector to the colums in the AutoGeneratingColumn event, the editing stops working.
What I mean is that when the TrySetMember method is called as part of the CommitEdit, the SetMemberBinder passed in is correct, but the value passed is null. If we don't use the Edit Template Selector it works fine.
We need the template selector because there are over 200 possible properties on the dynamic object and the user has the ability to add additional ones. These properties range from simple string fields to values that are selected from a specific list. The edit templates apply the appropriate control based on the attributes of the property object.
Any help or direction you can provide would be greatly appreciated.
- James
I have searched the forums and not found anything similar to the issue we are experience.
We have a RadGridView with the ItemSource set to an observable collection of dynamic objects.
The grid works fine for autogenerating the columns for each of the "properties" on the dynamic object.
When we attach a CellEditTemplateSelector to the colums in the AutoGeneratingColumn event, the editing stops working.
What I mean is that when the TrySetMember method is called as part of the CommitEdit, the SetMemberBinder passed in is correct, but the value passed is null. If we don't use the Edit Template Selector it works fine.
We need the template selector because there are over 200 possible properties on the dynamic object and the user has the ability to add additional ones. These properties range from simple string fields to values that are selected from a specific list. The edit templates apply the appropriate control based on the attributes of the property object.
Any help or direction you can provide would be greatly appreciated.
- James