html:
files import:
<script src=”js/grid/jqxdata.export.js” type=”text/javascript”></script>
<script src=”js/grid/jqxgrid.export.js” type=”text/javascript”></script>
html control:
Download a spreadsheet template
js function:
$(“#csvExport”).click(function () {
$(“#jqxgrid”).jqxGrid(‘exportdata’, ‘csv’, ‘Vehicle Register’);
});
I have gone through many forum discussions but did not get any solution, the problem is this code was working for last 2 days but today morning I don’t know why it stop functioning, today I made few changes and added csvToTable feature but even when I removed my changes it do not worked. Is there any bug or something or any thing i am missing. Plz help guys…