jQWidgets Forums

jQuery UI Widgets Forums Grid jqxcore errors

This topic contains 2 replies, has 2 voices, and was last updated by  Peter Stoev 12 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • jqxcore errors #20208

    markcarpe
    Member

    I am getting some unexpected results on a jqxgrid. Some methods work while others display errors.

    Grid is loaded through adapter OK, grid data displays as expected.
    Using latest version of jqwidgets.
    jqx-all is loaded.

    In the same position in an click event script I have called the following methods with the following results.

    $(“#myGrid”).jqxGrid(‘getrowdata’, 0); works, returns record data object as expected

    $(“#myGrid”).jqxGrid(‘getrows’, 0); works returns all record data objects as expected

    $(“#myGrid”).jqxGrid(‘getdisplayrows’);
    Uncaught jqxCore: Invalid parameter ‘[getdisplayrows]’ does not exist.

    $(“#myGrid”).jqxGrid(‘getboundrows’);
    Uncaught jqxCore: Invalid parameter ‘[getboundrows]’ does not exist.

    $(“#myGrid”).jqxGrid(‘getrowboundindexbyid’, 1);
    Uncaught Invalid property: getrowboundindexbyid

    Can you give me any ideas what might be going on.

    Many thanks!

    jqxcore errors #20210

    markcarpe
    Member

    Correction:

    $(“#myGrid”).jqxGrid(‘getrows’); works returns all record data objects as expected

    jqxcore errors #20211

    Peter Stoev
    Keymaster

    Hi,

    These methods are available in jQWidgets 2.8.2 which is available from 1 day. If you use other version, they are not.

    Best Regards,
    Peter Stoev

    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.