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

IFilteringControl in Blend

1 Answer 119 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sergey
Top achievements
Rank 1
Sergey asked on 22 Mar 2011, 01:05 PM
I have implemented: public partial class MyFilterControl : IFilteringControl {...}
VisualStudio 2010 Design surface has no problem rendering MyWindow with
<telerik:RadGridView>
    <telerik:RadGridView.Columns>
        <telerik:GridViewDataColumn ShowFieldFilters="True" >
            <telerik:GridViewDataColumn.FilteringControl>
                 <uc:MyFilterControl />
            </telerik:GridViewDataColumn.FilteringControl>
        </telerik:GridViewDataColumn>
    <\telerik:RadGridView.Columns>
</telerik:RadGridView>

Expression Blend 4 can't render the window and has an error:
The specified value cannot be assigned. The following type was expected: "IFilteringControl"

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 22 Mar 2011, 01:14 PM
Hi Sergey,

Can you please open a separate support ticket and attach the sample project that reproduces this error.

You should contact your license holder and ask him to add you as a licensed developer in order to be able to do this.

Thanks in advance. We are looking forward to hearing from you.

Best wishes,
Ross
the Telerik team
Tags
GridView
Asked by
Sergey
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or