This question is locked. New answers and comments are not allowed.
Hi,
Have upgraded from 2011 Q3 to 2012 Q2 and now my following code snippet does not work:
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 !!