This question is locked. New answers and comments are not allowed.
Hello,
Why is this piece of code not working in datagridview.columns?
<telerik:GridViewDataColumn DataMemberBinding="{Binding Converter={StaticResource fullNameConverter} }"/>
fullNameConverter is a converter which is bound to DataContext (which is of type Customer). But in Converter I get the type as DynamicClass1. Don't know what funny thing is Telerik doing here.
How do i solve this issue?
Why is this piece of code not working in datagridview.columns?
<telerik:GridViewDataColumn DataMemberBinding="{Binding Converter={StaticResource fullNameConverter} }"/>
fullNameConverter is a converter which is bound to DataContext (which is of type Customer). But in Converter I get the type as DynamicClass1. Don't know what funny thing is Telerik doing here.
How do i solve this issue?