jQWidgets Forums

jQuery UI Widgets Forums Grid error after upgrading to ver. 3.0.3

This topic contains 1 reply, has 1 voice, and was last updated by  jon74 11 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • error after upgrading to ver. 3.0.3 #31019

    jon74
    Participant

    Hi all
    I am trying to upgrade from 2.9.2 to 3.0.3, and when I try to use the export data function (exportInfo = $(“#jqxgrid”).jqxGrid(‘exportdata’, ‘csv’);)

    I get the following javascript error:

    TypeError: d.cellclassname is not a function

    thanks in advance
    Jon

    error after upgrading to ver. 3.0.3 #31022

    jon74
    Participant

    I temporary patched file jqxgrid.export.js putting
    if(d.cellclassname)
    before
    var b=d.cellclassname(t,d.displayfield,n[A][d.displayfield])…

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

You must be logged in to reply to this topic.