This question is locked. New answers and comments are not allowed.
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.
SectionFilter is a customfiltercontrol, which is derived from the Interface "IFilteringControl", so I am unsure why I getting this error.
Is there any solution to get the designer working in visual Studio in combination with telerik silverlight radgridview and customfilteringcontrols?
best regards
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, ICustomFilterControlIs there any solution to get the designer working in visual Studio in combination with telerik silverlight radgridview and customfilteringcontrols?
best regards