Reputation: 564
In c# I am trying to have column dropdown filtering while using a datatable as the datasource with an unknown number of columns and rows. All example and help I have found refers to a database with known column data but I am dealing with multiple databases and need to have a dynamic column filter. Just like excel or powerpivot would do. So if a database is changed and columns are removed or added it will still work.
Upvotes: 0
Views: 2131
Reputation: 564
Found solution here AdvancedDataGridView https://adgv.codeplex.com/
Upvotes: 0