Hi,
I am using interaction.Behaviours to call a CustomFilter control. Which inturn uses FilteringCOntrol.
With trial version of telerik dlls, we were proceeding in the below format
Once we replaced the dlls with licensed version 2012
The FIlteringControl constructor is expecting a GridViewColumn as an argument
From the xaml part using interaction.Behaviour How can we pass the gridview column as an argument..
The ColumnFilterBehaviour is a Custom class we have created.