I have a GridView inside an UpdatePanel that is searched on the page. When it is populated or page changes, it does fade animation, there are other operations that I want to update UpdatePanel, but I do not want to have to execute these feed animations. The closest I found in the ASP forum is:
The problem with the proposed solution in that thread is that there is no way to catch an event that updates and updates to animate. any idea?
thanks
Nick,
Is it possible to consider using JQuery to do animating it? You can give more control over more elements using UpdatePanelAnimationExtender.
Comments
Post a Comment