jQWidgets Forums

jQuery UI Widgets Forums Grid Go to Page Number

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 8 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Go to Page Number #90551

    BSI@123
    Participant

    Hi!

    The demo for paging allows for characters (examples are * or /) that are not integers. It doesn’t seem to cause a problem, but it does not give the user any message that the values should be integers. Is there a way to catch that event and let my user know that the only valid entry should be integers?

    Paging

    Thanks!

    Go to Page Number #90562

    Peter Stoev
    Keymaster

    Hi BSI@123,

    It is clear in the Grid API Documentation that the expected value is Number.

    Information from the documentation:

    Navigates to a page when the Grid paging is enabled i.e when the pageable property value is true.

    Parameter Type
    pageNumber NumberReturn Value
    None
    Code example

    Invoke the gotopage method.

    //@param Number
    $(‘#jqxGrid’).jqxGrid(‘gotopage’, 1);

    Link to the Grid documentation: http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgrid/jquery-grid-api.htm

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.