tags:

views:

33

answers:

1

Hi,

I am creating an application which populate rows from the database with filter option. Please sugest me how to add a filter button in ListViewColumns?

Thanks for your reply.

Regards, Prabu

A: 

Take a look at the ICollectionView interface, you can check out this article: http://marlongrech.wordpress.com/2008/11/22/icollectionview-explained/

Jalfp