davidegironi / advanceddatagridview

A .NET WinForms DataGridView with advanced capabilities
392 stars 123 forks source link

Filtering is not working #61

Closed AmeerMansour closed 3 years ago

AmeerMansour commented 3 years ago

when using data source from object, Filters are not working at all . image

davidegironi commented 3 years ago

Hello, look at the FAQ. This is the link you are interested in https://github.com/davidegironi/advanceddatagridview/issues/24

AmeerMansour commented 3 years ago

this issue #24 uses deprecated dll for filtering list. will it better to use BindingListView ? will it work? https://github.com/waynebloss/BindingListView if yes , can it be handled within your lib ?

davidegironi commented 3 years ago

Thank you @AmeerMansour for this tip. I prefer not to add library or dependency to this project. I think you can make this thing work using the TriggerSortStringChanged and TriggerFilterStringChanged handlers. In you succed please share your solution in a new issue, I will add a FAQ like I've done with the #24 issue.