davidegironi / advanceddatagridview

A .NET WinForms DataGridView with advanced capabilities
392 stars 123 forks source link

Added CleanSort and CleanFilter methods for specific column #57

Closed WolfieNuke closed 3 years ago

WolfieNuke commented 3 years ago

Programmatically, there was no way to remove the sorting or filtering on one specific column for the AdvancedDataGridView. All necessary code to perform this were hidden behind internal classes.

davidegironi commented 3 years ago

Thank you for this mod. I'm waiting for the author of this issue (https://github.com/davidegironi/advanceddatagridview/issues/55) to check the applied mods, then i will pull yours, and at the end make a new nuget release.

davidegironi commented 3 years ago

I've merged your pull, but it doesn't work as is. Cause the filter and sort string where not rebuilded. Please check my fix already in the master branch, it should work now. As soon as you let me know I'll push this to nuget. Also if you can check the new scale feature of the issue posted in my previous link. Thank you.

davidegironi commented 3 years ago

Updated to nuget