Is there a way to get the rows that are currently shown in the grid (after filters have been applied)?
Use case: I would like to provide a way to 'Select All' rows after applying a filter.
This works for getting all the filtered row:
Hi Michael,
I thought this was working but it actually only works for what is visible on the screen. I need to get all the rows that are currently in the table after filtering.
I heard back!While there is no direct collection you can use the following properties off of actualDataSource to perform your own loop and gather the items after filtering.
eg.
Hello Charles,
I am gathering more intel from our development team. Thanks for your patience.
I found the rows in the debugger in gridRef.actualDataSource.c2.a4._inner
Is there a public API to get to those rows?