uigrid custom filter rows are note getting unselected

15 Views Asked by At

I have custom filters implemented in ui grid for multiple columns and this filtering works very fine.

Now when i do the Reset All Filter, it works functionally however rows which are selected for Filters remains selected. This is really disturbing. I want to deselect all rows in the filters as soon I click Reset All Filter but this is now happening.

Did anyone faced this problem??

Individually clearing selected rows for a single filter ... $scope.gridPopupApi.selection.clearSelectedRows(); ...

UI Grid filter example http://ui-grid.info/docs/#!/tutorial/Tutorial:%20306%20Custom%20Filters

0

There are 0 best solutions below