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
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.
ui.owner.element.index()
ui.rowIndex