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

AmbiguousMatchException When Rendering

1 Answer 67 Views
PropertyGrid
This is a migrated thread and some comments may be shown as answers.
Adige S.p.A
Top achievements
Rank 1
Adige S.p.A asked on 06 Dec 2013, 08:51 AM
I have a problem with the RadPropertyGrid of WPF Q3 2013, in .Net 4.0.
 I'm trying to do a binding to a "Value" property of my data object "arg"


           propDef = new PropertyDefinition()
                    {
                        DisplayName = arg.Name.Value,
                        Description = arg.Description.Value,
                        Binding = new Binding()
                        {
                            Source = arg,
                            Path = new PropertyPath("Value", null) 
                           
                        },
                       
                        EditorTemplate = this.argTemplateSelector.SelectTemplate(arg, this.PropertyGrid)
                    }

but when the PropertyGrid is rendered on the screen I get an AmbiguousMatchException.

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 06 Dec 2013, 11:46 AM
Hello,

We are not aware of such an exception and we cannot reproduce it having just the provided source code.
We just released our Q3 SP1 2013, you can also test it with.
In case, the exception is still reproducible, please send us a demo project which we can debug locally.

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
PropertyGrid
Asked by
Adige S.p.A
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or