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

Row animation on filtering

1 Answer 51 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Liat Peled
Top achievements
Rank 1
Liat Peled asked on 05 Jul 2010, 08:54 AM
Hi,
I'm looking for a way to add animation when a row is removed due to filtering.
I have a grid, with a column containing a checkbox for each row. 
The filter is "false" - when the checking the checkbox, the row will be removed.

I've tried to subscribe to RowUnloaded event, and do the animation, but the row is removed immediately and the animation is not displayed...

Is there an event I could subscribe to before the row is unloaded, or is there another approach to solve this issue?

Thanks,
Liat.

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 05 Jul 2010, 01:18 PM
Hi Liat Peled,

Why don't you use the click event of the checkbox itself ?

Sincerely yours,
Pavel Pavlov
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
GridView
Asked by
Liat Peled
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or