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

RadGridView and Custom IFilteringControls

1 Answer 67 Views
GridView
This is a migrated thread and some comments may be shown as answers.
ATeam
Top achievements
Rank 1
ATeam asked on 17 May 2013, 12:55 PM
Hello,

I have some problems with RadGridView and customfilteringcontrols in combination with visual studio 2012 designer.

visual Studio tells me that my page has a invalid Markup and the error list tells me that there are "IFilteringControl" expected.
<telerikGridView:GridViewDataColumn DataMemberBinding="{Binding SectionType, Mode=OneWay}"
                         Header="Bereich"
                         SortMemberPath="SectionName"
                         IsFilteringDeferred="True"
                         CellTemplate="{StaticResource SingleSectionTypeCellTemplate}">
            <telerikGridView:GridViewDataColumn.FilteringControl>
              <SectionFilter />
            </telerikGridView:GridViewDataColumn.FilteringControl>
</telerikGridView:GridViewDataColumn>



SectionFilter is a customfiltercontrol, which is derived from the Interface "IFilteringControl", so I am unsure why I getting this error.

public partial class SectionFilter : UserControl, IFilteringControl, INotifyPropertyChanged, ICustomFilterControl

Is there any solution to get the designer working in visual Studio in combination with telerik silverlight radgridview and customfilteringcontrols?

best regards


1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 17 May 2013, 01:21 PM
Hi,

That is weird indeed. Can you please open a new support ticket and send us a very small dummy project that reproduces the problem. We will investigate why this happens. Thanks in advance.

Kind regards,
Rossen Hristov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
ATeam
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or