Hi, Is it possible to select all visible rows in a datagrid, but not the rows that a search result didn’t return? For instance, you do a search in a datagrid that returns 500 out of a total 1000 rows. A user then clicks the select all button and deletes them. But in this case, the "Select all” button of a datagrid also selects the rows that the search result did not return. Is it possible to make something so a user can select all visible rows only? And that he also sees that the rows are selected?