jQWidgets Forums

jQuery UI Widgets Forums Grid First visible row number

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 11 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • First visible row number #32661

    Nikolay
    Participant

    Hi,

    I’ve noticed that the same row ID for example ‘row0jqxgrid’ can address different rows in HTML document depending on vertical scroll position.

    How to determine row’s real index in data array or how to get number of rows that are invisible from the top due to scrolling?

    Thank you

    First visible row number #32689

    Dimitar
    Participant

    Hello Nikolay,

    You can get a row’s bound index by its id or display index with the methods getrowboundindexbyid and getrowboundindex. You can read more about them in jqxGrid’s API Documentation.

    Best Regards,
    Dimitar

    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.