jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Unable to export Data › Reply To: Unable to export Data
I found why this code below is not working because my website have secure ssl, but this http://jquerygrid.net/export_server/dataexport.php don’t have secure ssl. Any advise?
$(“#btnExport”).click(function () {
var exportInfo;
exportInfo = $(“#searchResultGrid”).jqxGrid(‘exportdata’, ‘csv’);
}
Thank you