Click here to Skip to main content
15,916,180 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Please give me a code example of how to implement Filter, Find, Sort methods in IBindingListView
Posted
Comments
Sergey Alexandrovich Kryukov 8-May-11 11:42am    
Do your work yourself! This is not something which needs expert advice. Do you have a particular problem to solve? When you have one, come again.
--SA
Sandeep Mewara 8-May-11 12:08pm    
No effort.

1 solution

There's a decent implementation of both IBindingListView and IBindingList here[^] that you can download and study. You should really start off by searching Google or Bing for implementations, rather than using us to do your searching for you.
 
Share this answer
 
Comments
Sanyon_d 9-May-11 5:08am    
I used IBindingListView interface to override Filter method. Problem is I don't have idea of how to implement the filter method if I have more than one conditions. (Itemcode='1' and supplier='aa' and location like 'd%')

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900