Hello Telerik Team!!
I have a little problem with the Loading Panel, onRequestStart and Export
I hace a RadGrid with a new choice of Export. (That“s really good!!) Excelent Work.
<
CommandItemSettings AddNewRecordText="" ShowExportToExcelButton="true" ShowExportToCsvButton="true" ShowExportToWordButton="true" />
I used the example that you showed in RadControls for ASP.NET AJAX Q3 2009 Live Examples.
function
onRequestStart(sender, args) {
//window.document.getElementById(
'ctl00_Contenedor_RadAjaxLoadingPanel1').style.display = 'none';
if (args.get_eventTarget().indexOf("ExportTo") != -1)
args.set_enableAjax(
false);
}
The Problems is: for Example when I click over the image of Excel the RadAjaxLoadingPanel never dissapear.
I tried with this line window.document.getElementById('ctl00_Contenedor_RadAjaxLoadingPanel1').style.display = 'none';
but i couldn“t.
Please if you can help me.
I will really appreciate it.