davidegironi / advanceddatagridview

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

Fixed bug with checkbox text filter delays #80

Closed rickardstolt closed 2 years ago

rickardstolt commented 2 years ago

Changing the TextFilterTextChangedDelayMs property does not change the delay from the default 300ms. The reason is the interval of the timer is never updated after timer creation.

davidegironi commented 2 years ago

Thank you, it's been merged.