jQWidgets Forums

jQuery UI Widgets Forums Grid rowid in grid

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • rowid in grid #32288

    mallepaddi
    Participant

    Hi

    from my understanding rows are being generated by grid and assigning rowids like below .. “row0searchbyprodhiergrid” .. which is …

    “row”+index+”gridname”

    I was doing some changes to the row by using it’s id generated by grid, it works like a charm when there is no scrollbar.

    if there is a scrollbar, ids are being changed, “row0searchbyprodhiergrid” is being assigning to the row which is appearing at top when scrolled.

    It seems grid regerating ids when scrolling happens.

    Any fix ?

    Thanks

    rowid in grid #32291

    Peter Stoev
    Keymaster

    Hi mallepaddi,

    If you wish to do anything with the Grid, then I suggest you to use only its API. jqxGrid supports UI Virtualization and the IDs of All HTML Elements within the widget are automatically generated. In case you wish to proceed with that widget, please stick to the APIs. If there is anything that is not available in the API, then most probably the functionality you are looking for is not implemented and is not possible to be achieved with that widget.

    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.