Hi,
I am using igx-grid with row selection checkbox.I have a requirement on load few rows should be checked in the grid.I can see in angular 10 selectedRows option is there. But my application uses older version of angular.
It has selectedRows() method which gives the selected rows data. But i want to select rows on component load.
Is there any option to make the row selected based on index or something from typescript. Any help will be highly appreciated
Thanks,
Hari