This question is locked. New answers and comments are not allowed.
Hello Telerik staff,
I just upgraded my application from Silverlight 4 to Silverlight 5 and also from 1 Telerik version (2011) to version "RadControls_for_Silverlight5_2012_2_0607".
There's a little modification in IFilteringControl:
public void Prepare(GridViewBoundColumnBase column)
changed to
public void Prepare(GridViewColumn column)
After making this Upgrade, our custom filter doesn't display anymore in grid.
Do we need to make any other modifications?
Thanks!
I just upgraded my application from Silverlight 4 to Silverlight 5 and also from 1 Telerik version (2011) to version "RadControls_for_Silverlight5_2012_2_0607".
There's a little modification in IFilteringControl:
public void Prepare(GridViewBoundColumnBase column)
changed to
public void Prepare(GridViewColumn column)
After making this Upgrade, our custom filter doesn't display anymore in grid.
Do we need to make any other modifications?
Thanks!