Hi there,
I have this call to export Data from grid to Excel
$("#affectedDocGrid").data("kendoGrid").saveAsExcel()
When I make the call the first time, it works fine, when I call it the second time, it doesn't work. If I refresh the page and make the call, I get the file. Any clues why
$('#exportToExcelmyAffectedDocs').on('click',function(e){
$("#affectedDocGrid").data("kendoGrid").saveAsExcel()
})
I have this call to export Data from grid to Excel
$("#affectedDocGrid").data("kendoGrid").saveAsExcel()
When I make the call the first time, it works fine, when I call it the second time, it doesn't work. If I refresh the page and make the call, I get the file. Any clues why
$('#exportToExcelmyAffectedDocs').on('click',function(e){
$("#affectedDocGrid").data("kendoGrid").saveAsExcel()
})