This question is locked. New answers and comments are not allowed.
I'm seeing an issue while attempting to use the Telerik Sample for GridView Custom Serialization (found here). Our current version of Telerik is 2011.3.1220.1040. I've seen the thread referencing the Q1-2012 release, and the breaking changes it caused (found here). But I don't think this is the problem, as we are using an earlier version of Telerik.
My issue is that I cannot even compile, as I get an error referencing the column's CustomFilterDescriptor. For example, the code below shows that the CustomFilterDescriptor is not an accessible property on the "column" variable.
Any help is appreciated.
Thanks,
Chuck
My issue is that I cannot even compile, as I get an error referencing the column's CustomFilterDescriptor. For example, the code below shows that the CustomFilterDescriptor is not an accessible property on the "column" variable.
if
(column.ColumnFilterDescriptor.IsActive)
Any help is appreciated.
Thanks,
Chuck