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

ColumnFilterDescriptor.Column not exist in 2012 Q2 version

0 Answers 40 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Anne Lyon
Top achievements
Rank 1
Anne Lyon asked on 31 Aug 2012, 01:46 PM
Hi,

Have upgraded from 2011 Q3 to 2012 Q2 and now my following code snippet does not work:

 

foreach (ColumnFilterDescriptor desc in MasterGrid.FilterDescriptors)

 {

 

}

I now get a compile error on the Column property. How can I get my code to work again?
 
Anne

Found it: Just have to replace Type with IColumnFilterDescriptor !!
 

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Anne Lyon
Top achievements
Rank 1
Share this question
or