Suite: Delete all selection should respect to the specified filters. #16612
Description
Resolves #16525
In addition, in this issue, I have hidden the bulk-delete checkbox for Angular UI because we haven't implemented it yet.
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I documented it (or no need to document or I will create a separate documentation issue)
- I worked with the design team to get their idea for UI/UX design (or no need to design for this PR)
- I've assigned reviewer, related labels and set a milestone for this PR
How to test?
Generate an entity, establish relationships (one-to-many and many-to-many), enable bulk-deletion (enabled by default), and test it for MVC & Blazor UIs (and also for EF Core and MongoDB). When you filter the entities and then select all items (check the selection), then only filtered items should be deleted.