user1119110
user1119110

Reputation: 3

Filter objects in xamDataGrid

Now a days , i work with infragistics xamDataGrid. my grid not contain simple primitive data types , it contain custom object ( object have 2 property code and description). when i enable filter feature in grid it work well . but i found one error . when i filter object with equal , there is an object but result is empty . Please help me , this is critical issue .

i asked same question in infragistic forum with sample project and image, please refer this url to get sample project and understand my question. please help me.

sample link

Upvotes: 0

Views: 1912

Answers (1)

alhalama
alhalama

Reputation: 3228

To filter on complex types you need to implement IComparable interface in the class for your object. Stefan Stoyanov posted an updated version of your sample here.

Upvotes: 1

Related Questions