Today we had an incident due to customer behavior with the datagrid, which was as follows:
We have a list of orders that the user filters by supplier or shipping agency, selects, and generates the dropshipping order with the chosen quantity.
Today, the user applied the filters and clicked “select all.” It was thought that with filters applied to the datagrid, only the filtered results were selected, not the entire list. As a result, the user selected hundreds of orders and submitted them all… even though the filter only showed 4 orders.
Why would this happen? Is it a datagrid error? Do you need to correct this behavior?
We’re using the datagrid - selectedRows variable to send orders only to the different agencies.
Finally, we think the behavior should be as follows:
If the datagrid contains a filter and the user sees 4 items in the results, clicking “select all” should only select the 4 items from the filtered results.
Here’s an example: the following has a filter that displays 6 items, and when “select all,” only 6 should be selected, but instead, it returns 245…

regards..


