Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4110
WebAsyncRefreshPanel Indicator Sample not working
posted

Hi All, I have used the sample documentation for changing the WARP indicator in javascript, but I get the following error message on my status bar: Can't eval WebRefreshPanel1_InitializePanel(oControl, ig_fireEvent.arguments[2], ig_fireEvent.arguments[3]); My code below is

directly from the infragistics sample.

Here is my javascript 

function

WebRefreshPanel1_Initialize(oPanel){

oPanel.getProgressIndicator().setImageUrl(

"~/images/loading.gif"

);

Here is my WARP control

<

igmisc:WebAsyncRefreshPanel ID="WebAsyncRefreshPanel1" runat="server" InitializePanel="WebRefreshPanel1_InitializePanel" Width="100%" ToolTip="just a tip" >

Parents
No Data
Reply Children
No Data