hello,
I am using datagridviewautofilter as it is and its working perfectly fine on the columns where I have set the property to Datagridviewautofiltercombobox column. However, on my datagridview I have functionality where on the date column it highlights the rows based on certain condition where date is less than todays date.
When I apply filter on one the columns, after datagridview loads, it does not automatically highlights those rows, I need to click on the refresh to highlight. Is there a way to automatically highlight those rows without having to click the refresh buttons ?