Hi everybody,
In Visual Studio 2013, I have created a DataGridView. I want to add a filter to each columns like the filter into Excel or something like but I don't find any integrated filter into the Framwork .Net
I have already made a lot of research about this subject and the both solution that I have found are :
1) Filter to one column with a textbox
2) Filter to each columns but only with the content. ( https://msdn.microsoft.com/fr-fr/library/aa480727.aspx)
It is not what i want and I'm asking if it exist, at this time, an easier solution?
Thanks you in advance