jQWidgets Forums

jQuery UI Widgets Forums Grid pager DOM id

Tagged: ,

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    pager DOM id Posts
  • pager DOM id #23355

    rrust
    Member

    Dear jqWidgets Team,

    I am using a pager with the jqxGrid widget. The pager comes with the value “pager” for the attribute id which makes it the $(“#pager”) throughout the DOM.

    Is there a way to set the DOM id og the pager to something unique unless doing

    $(“.grid).find(“#pager”).attr(“id”,”pager”+$(“.grid).attr(“id”));

    when more than one grid along with a pager is displayed on one page?

    all the best,
    r.rust

    pager DOM id #23357

    Peter Stoev
    Keymaster

    Hi,

    If you want to customize the Pager, you should do it in that way: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/custompager.htm?web.

    We will check the issue with the Pager’s ID and will resolve it as soon as possible. Thank you for the feedback!

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    pager DOM id #23407

    rrust
    Member

    Thanks Peter!

    BTW: I am always starting of with the examples from your site when implementing your widgets. Thanks for the effort you put into examples and documentation! As a feedback four your team: This was the main reason to choose jqWidgets for our project.

    The pager though (default or custom) causes more issues than the DOM-id being unique.

    Maybe you want to have a look into this one: http://www.jqwidgets.com/community/topic/searching-remotely-getdatainformation/ (jsfiddle mini-demo included)

    I am trying to do jsfiddles for your staff and the community to track issues down.
    A general Suggestion for your team would be to do jsfiddles for all the examples you have on you website. That way the community can fork them and more clearly point out where the problems are.

    Thanks a lot for your quick response,

    best r.rust

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

You must be logged in to reply to this topic.