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

Error in the filter

1 Answer 92 Views
GridView
This is a migrated thread and some comments may be shown as answers.
pavel
Top achievements
Rank 1
pavel asked on 12 May 2012, 12:24 PM
Good time of day.
I need to get the GridView and filter the filter to print.
why in the debug properties I see:
http://i49.tinypic.com/20nozt.jpg
Telerik.Windows.Controls.GridView.DistinctValuesFilterDescriptor DistinctFilter;
Telerik.Windows.Controls.GridView.MemberColumnFilterDescriptor filter;
Telerik.Windows.Controls.GridView.FieldFilterDescriptor FieldFilter;

And in the name space they are not.
Why not? 
public Telerik.Windows.Controls.GridView.DistinctValuesFilterDescriptor DistinctFilter;// Does not type in namespace
public Telerik.Windows.Controls.GridView.MemberColumnFilterDescriptor filter;// Does not type in namespace
public Telerik.Windows.Controls.GridView.FieldFilterDescriptor FieldFilter;// Does not type in namespace
public Telerik.Windows.Data.FilterOperator x ;
public Telerik.Windows.Data.FilterCompositionLogicalOperator x ;
And those listings there, but the content is missing. 

How do I read a different filter GridView?  What should I do? 

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 14 May 2012, 08:17 AM
Hello,

These classes are exposed as interfaces through the publiv API. In the debugger you see the concrete instance of a class which is internal, whereas the public API exposes them through public interfaces.

More about this you can learn from here.

Let me know if this is not what you are asking, since I had great trouble understanding your exact question. Please, try to explain what is your exact goal in greater detail.

Regards,
Ross
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
pavel
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or