jQWidgets Forums

jQuery UI Widgets Forums Grid Error in exportdata function

This topic contains 2 replies, has 2 voices, and was last updated by  ivailo 10 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Error in exportdata function #71079

    amitgpandey
    Participant

    Hi,

    I need to export the grid data to HTML. for that when I am using “var gridContent = $(“#jqxgrid”).jqxGrid(‘exportdata’, ‘html’);” I am getting following error:

    Unhandled exception at line 7, column 51709 in http://localhost:53868/jqwidgets/jqxdata.js
    0x800a01b6 – JavaScript runtime error: Object doesn’t support property or method ‘parseDate’

    Following are the js files I am using and in that order:

    <link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.base.css” type=”text/css” />
    <link href=”//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css” type=”text/css” rel=”stylesheet” />
    <script src=”~/Scripts/jquery-2.1.3.js”></script>
    <script type=”text/javascript” language=”javascript” src=”~/Scripts/bootstrap.js”></script>
    <script type=”text/javascript” language=”javascript” src=”~/Scripts/jquery-ui-1.11.4.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/globalization/globalize.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxcore.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxbuttons.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxscrollbar.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxmenu.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxgrid.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxgrid.selection.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxgrid.columnsresize.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxdata.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxdata.export.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxgrid.export.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxlistbox.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxdropdownlist.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxgrid.filter.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxgrid.sort.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxgrid.pager.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxgrid.grouping.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxtooltip.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxgrid.edit.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxwindow.js”></script>
    <script type=”text/javascript” src=”~/jqwidgets/jqxcalendar.js”></script>

    Can someone help me with this?

    Thanks,
    Amit

    Error in exportdata function #71083

    amitgpandey
    Participant

    Re downloading 3.8.0 fixed the issue but now I am getting another weird problem, I am exporting the data to html, but in the resultant some of the columns are getting converted to date and all the cells of those columns have the value “12/31/1969”. Please suggest what should I do?

    Thanks,
    Amit

    Error in exportdata function #71090

    ivailo
    Participant

    Hi Amit,

    Can you send a code sample?

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.