This question is locked. New answers and comments are not allowed.
Hello,
I'm interested in adding effects on the mvc grid when a search filter is applied.
The script Im using to filter the grid is below.
| grid.filter("substringof(FieldName,'" + SearchTerm + "')"); |
How would I apply a .fadeIn or .fadeOut on records that match or dont match my filter?
Can this be done?