Is there a way I can script going to a specific row on a specific page (setting focus) in igGrid?
You're welcome. If you need further assistance, please let me know.
Tsanna
Thanks for both the aqnswer & the link.
Hello AbbottF,
You want to select specific row on certain page I guess? If you know the page number where this row is located, you may use pageIndex API to jump to that page and select that row. Otherwise you need to calculate the page that the specific row is located based on row index and page size. Similar topic is discussed in the following forum thread for your reference: https://ko.infragistics.com/community/forums/f/ignite-ui-for-javascript/107068/row-selection-with-paging Please let me know if you have further questions.
Regards,Tsanna