When my warp.refresh method is triggered, my whole page blinks and then the content of the warp is updated.Is there a way to prevent that blink?
Thanks
Anybody there from Infragistics?
If trigger the warp refresh from the client side by this function:
function ddl_ChartNameChange()
{
var warp = ig_getWebControlById('WebAsyncRefreshPanel1');
if(warp){ warp.refresh(); }
if(warp)
warp.refresh();
}
why my whole page blinks?Isn't that we use warp in order to update just that small part of the page not touching the rest of the page?From I was able to see async callback happens not a full postaback, but still don't know what might be the cause of page blink when the methid is called!?
Any idea?
Thanks.
I'm not certain why this would happen either. I would expect the content area of the WARP to be refreshed, not the whole page.
Can you reproduce this in an isolated sample application? If so, then please submit a support request so that a Developer Support Engineer can look into this in more detail.
Vince,
Thanks for reply. I'll try to...What I've noticed that the problem DOES NOT happen in Firefox!?In IE I have that quick flicker effect, but as I was able to see only the warp content being rerendered - not the whole page, just as it should.Best regards
i have exactly the same problem. Is there already a solution or a fix ?
Frederik,
I'm affraid no solution so far.If you are able to give them an isolated example - it would be great to see the answer.Cheers.