This is a migrated thread and some comments may be shown as answers.

[Solved] Fadein/Fadeout on rows

1 Answer 29 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Drew
Top achievements
Rank 1
Drew asked on 25 Feb 2010, 03:33 PM

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?

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 26 Feb 2010, 07:15 AM
Hi Drew,

The grid is being rebound (repopulated) upon filtering. The way of databinding does not allow for adding fade in/out animations.

Regards,
Atanas Korchev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Drew
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or