I've been searching high and low for a way to 'emulate' excel filtering in a grid view in the .NET app I am writing.. the reason being that on occasion very large datasets are being bound to my existing datagridview which is a complete pain to work with.. (however users need to have access to them all..)
Question
BGM
Hey All,
I've been searching high and low for a way to 'emulate' excel filtering in a grid view in the .NET app I am writing.. the reason being that on occasion very large datasets are being bound to my existing datagridview which is a complete pain to work with.. (however users need to have access to them all..)
The closest thing I have found (and what I'm currently working with) is this from MS: http://msdn.microsoft.com/en-us/library/aa480727.aspx
It does pretty much exactly what I'm after with the exception of multi-select (see attached)
Anyone have any suggestions?
Thanks!
Link to comment
Share on other sites
6 answers to this question
Recommended Posts