Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
How to implement custom filtering for custom objects?
posted

We bind a WinGrid to a IList<MyObject> through MyTypeDescriptionProvider.

Some columns contains in cells predefined types (int, double, string...)

and others have custom types of objects, which implements the interface IComparable

or the custom sorting.

 

How can we implement our custom filtering for this kind of custom objects? Because

the filtering 'greater', for example, don't use the interface IComparable.

Parents
No Data
Reply Children
No Data