Hi
I want a small clarification on one of the use case related to IgrDataGrid (https://es.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/overview).
When we apply filter on any column then we want to retrieve the rows which are visible on the grid, so is there any way to get the filtered rows.
So, for this I need to know how can we achieve that , If there is any solution for this please suggest as I need to implement this in my IgrDataGrid.
Hoping for a positive response.
Thanks!!!
Hello and thank you for contacting Infragistics. You may use the grid's actualDataSource property to retrieve the viewable records on screen at given time. This will update every time a filter is applied, modified etc.
eg.