Hi
I tried to explicity show/hide the Ajax uploading panel using the following JS code
currentLoadingPanel = RadAjaxNamespace.LoadingPanels["<%= RadAjaxLoadingPanel1.ClientID %>"];
currentLoadingPanel.Show('<%=RadGrid1.ClientID %>');
where
how can I resolve this problem??
I think what I done can be benefits for 2007 versions
Note:
I'm using the following
I tried to explicity show/hide the Ajax uploading panel using the following JS code
currentLoadingPanel = RadAjaxNamespace.LoadingPanels["<%= RadAjaxLoadingPanel1.ClientID %>"];
currentLoadingPanel.Show('<%=RadGrid1.ClientID %>');
where
- RadAjaxLoadingPanel1 is my RadAjaxLoadingPanel
- RadGrid is the target RadGrid
how can I resolve this problem??
I think what I done can be benefits for 2007 versions
Note:
I'm using the following
- Asp.net framework 3.5
- Rad controls for asp.net ajax.