How can i stop the timer a an automatic WebAsyncRefreshPanel ?
i have set the RefreshInterval to 0 but it continue to refresh him self at the original interval!!!
any idea?
Hi,
You probably use async postback. Within async postback you may modify only content of WARP, but not its properties. To change any property of WARP (including RefreshInterval),- you need full postback.
Regards,ViktorInfragistics web team
Sorry, how I can rise a full postback from:
void WebAsyncRefreshPanel1_ContentRefresh(object sender, EventArgs e)
Thanks