A while ago I built a custom Filtering Control for a boolean column based upon this article http://www.telerik.com/help/wpf/gridview-filtering-custom-filtering-controls.html (Shown in BeforeUpdate.png). It worked fine in version 2012.1.326.40. I have recently updated our version to 2012.2.725.40 and it now shows as AfterUpdate.png. the code I have in the method that Implement IFilteringControl.Prepare does get hit when the control is shown, it just is showing what looks to be the default filtering control and not my custom one.
I have used Style Templates for almost every part of the RadGridView, is there one I just need to update or something? Just not sure how to fix the issue since all i did was update to your latest Telerik version. Was there something that was changed which disabled custom Filter controls?
I have used Style Templates for almost every part of the RadGridView, is there one I just need to update or something? Just not sure how to fix the issue since all i did was update to your latest Telerik version. Was there something that was changed which disabled custom Filter controls?