auto filter on gridview
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am looking for some help, on how to add a dropdownlist to a gridview header, and then having the same functionality as auto filter in MS Excel. If I sort on one column, it filters my gridview, if I sort on more then one column, it filters on the combonation. Now here is the tricky part(for me atleast)... I will not know how many columns there are, as the information is imported from an excel spreadsheet. Any help will be welcome.