jQWidgets Forums

jQuery UI Widgets Forums Grid Unable to export Data Reply To: Unable to export Data

Unable to export Data #132971

durian
Participant

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