Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
Filter summary not updating when filter is cleared
posted

Hi,

There seems to be a bug with filter summary when one of the filters is cleared by clicking "Clear Filter" in the filter options.

It is also reproducible in your online example: http://www.igniteui.com/grid/simple-filtering.

To reproduce:

Try filter using:
First Name : "j", Country : "USA".

You will see that it showed "12 matching records" in the filter summary.

Try clearing only the country filter:

It still showed "12 matching records" in the filter summary when in fact it should be 25.

Is there an "easy" workaround available or setting I need to set to enable it to update the filter summary correctly?

Thanks,

Charles

p.s.:a workaround I found is to get the containing summary element and modify the text directly on dataFiltered event.