This is a migrated thread and some comments may be shown as answers.

Problem using sample for GridViewCustomSerialization

2 Answers 58 Views
PersistenceFramework
This is a migrated thread and some comments may be shown as answers.
Chuck
Top achievements
Rank 1
Chuck asked on 27 Feb 2012, 05:32 PM
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.
if (column.ColumnFilterDescriptor.IsActive)

Any help is appreciated.
Thanks,
Chuck

2 Answers, 1 is accepted

Sort by
0
Accepted
Alex Fidanov
Telerik team
answered on 01 Mar 2012, 02:18 PM
Hi Chuck,

If you are using the online demos for reference, they are using the latest release version, and the demos are updated against the breaking changes. This is probably why the code is not compiling. You should use the sample code from the version that you are using, and not from the online samples.

Greetings,
Alex Fidanov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Chuck
Top achievements
Rank 1
answered on 13 Mar 2012, 01:25 PM
Thanks
Tags
PersistenceFramework
Asked by
Chuck
Top achievements
Rank 1
Answers by
Alex Fidanov
Telerik team
Chuck
Top achievements
Rank 1
Share this question
or