Hi,
Is there a way to keep all the current selected rows displayed after applying search criteria even though these rows may not match the search criteria?
For example, I have a list of devices (including id 6001, 6002, 7001, 7002) in the grid.
6001 and 6002 are selected and shown in the grid currently. If I search for devices whose id starting with 700, 7001 and 7002 will be shown in the grid while 6001 and 6002 will be hidden although they are still selected.
Is it possible to make 6001 and 6002 visible although they do not match the search criteria?
Thanks.