jQWidgets Forums

jQuery UI Widgets Forums Grid totalrecords

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    totalrecords Posts
  • totalrecords #4729

    ScottNL
    Member

    Hi there,

    Is there a way to update totalrecords via this kind of method:

    $(“#jqxgrid”).jqxGrid({totalrecords: returnumrows });

    Thanks in advance

    totalrecords #4741

    Peter Stoev
    Keymaster

    Hi ScottNL,

    The totalrecords is not a property of the jqxGrid and it is not possible to set it like that. This is a property of the source object and should be set during the Grid’s initialization or when the data source is changed.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    totalrecords #4777

    ScottNL
    Member

    Cheers Peter, i’ll update the source

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

You must be logged in to reply to this topic.