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" >
Thanks Vince for the quick response!!! Sometimes you just need to sets of eyes on something. You guys are awesome.