Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
Get Rownumber for igGird
posted

Hi,

I would like to get the row number for igGird. Please see the image attached. Please let me know how to get the value.

Thanks

Ravi

Parents
No Data
Reply
  • 0
    Offline posted

    Hi Ravi, to get the row number in an igGrid, you can use the built-in API functions like ui.owner.element.index() or retrieve it through the row selector feature depending on your grid setup. For example, if you’re handling a row click event, you can access the row index using ui.rowIndex to get the exact row number dynamically. It works similarly to how tools like insta reels viewer let you navigate through content rows efficiently — you can easily pinpoint and extract the specific row data you need without affecting the rest of the grid.

Children
No Data