Answered by:
Uncaught jqxDataTable: Missing reference to jqxdata.export.js! error will come when exporting the table data using jqwedjets files

Question
-
User826258242 posted
Uncaught jqxDataTable: Missing reference to jqxdata.export.js! error will come when exporting the table data using jqwedjets files
Wednesday, February 17, 2016 7:54 AM
Answers
-
User61956409 posted
Hi vishnuvardhan278,
You could try to use F12 developer tools network tool to check whether jqxdata.export.js is loaded success when you view the web page.
https://msdn.microsoft.com/en-us/library/dn255004(v=vs.85).aspx
and you could share us a sample to reproduce your problem.
Besides, you could ask for help on jqxDataTable forum.
http://www.jqwidgets.com/community/
Best Regards,
Fei Han
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, February 18, 2016 8:03 AM
All replies
-
User1035898639 posted
As the error describes, you need to include the reference to your project page.
<script src="/jqwidgets/jqxgrid.export.js"></script> <script src="/jqwidgets/jqxdata.export.js"></script>
Wednesday, February 17, 2016 12:20 PM -
User826258242 posted
hello
alredy i put this lines.and paths are also correct.but stil this error will come
Wednesday, February 17, 2016 1:17 PM -
User-1121540557 posted
Hi,
try this if you are using asp.net:
<script type="text/javascript" src="<%= ResolveUrl("~/jqwidgets/jqxgrid.export.js") %>"></script> <script type="text/javascript" src="<%= ResolveUrl("~/jqwidgets/jqxdata.export.js" %>"></script>
Best regards,
Mark
Wednesday, February 17, 2016 6:19 PM -
User826258242 posted
no.this is not solution of my error...please help me yarr.all paths of scripts are correct..but still this error will come
Thursday, February 18, 2016 4:53 AM -
User61956409 posted
Hi vishnuvardhan278,
You could try to use F12 developer tools network tool to check whether jqxdata.export.js is loaded success when you view the web page.
https://msdn.microsoft.com/en-us/library/dn255004(v=vs.85).aspx
and you could share us a sample to reproduce your problem.
Besides, you could ask for help on jqxDataTable forum.
http://www.jqwidgets.com/community/
Best Regards,
Fei Han
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, February 18, 2016 8:03 AM