This question is locked. New answers and comments are not allowed.
Hi,
I am using CustomFilterRow in my silverlight project. I followed your link ( http://demos.telerik.com/silverlight/#GridView/CustomFilterRow ) and I included all xaml and .cs files that given in show description. Now ( telerikGridViewFilter:CustomFilterRow.IsEnabled="True" ) property coming in radgridview.And there is no error on the page.so i have run the application but the CustomFilterRow is not working.I am using the telerik version 2010.3.1110.1040.
I handled in another way as per the link ( http://blogs.telerik.com/Blogs/posts/09-04-07/how_to_custom_filter_row_with_radgridview_for_silverlight.aspx ) and I have included the GridViewFilterRow.cs file in my project. But I can't able to add CompositeFilterDescription.
I am using CustomFilterRow in my silverlight project. I followed your link ( http://demos.telerik.com/silverlight/#GridView/CustomFilterRow ) and I included all xaml and .cs files that given in show description. Now ( telerikGridViewFilter:CustomFilterRow.IsEnabled="True" ) property coming in radgridview.And there is no error on the page.so i have run the application but the CustomFilterRow is not working.I am using the telerik version 2010.3.1110.1040.
I handled in another way as per the link ( http://blogs.telerik.com/Blogs/posts/09-04-07/how_to_custom_filter_row_with_radgridview_for_silverlight.aspx ) and I have included the GridViewFilterRow.cs file in my project. But I can't able to add CompositeFilterDescription.
Instead of this I have used CompositeFilterDescriptor and CompositeFilterDescriptorCollection but it throws an error.
Can you please explain How to fix this issue.
Thanks.