When order list has non-default sorting (not by "OrderDate DESC
") and we're trying to print orders usingĀ Print
button on toolbar, then only several of selected orders are printed:
This is happening because when printing orders we're using default sorting, which causes not all orders, that are selected, being printed for cases, when there more than 1 page of orders.
Solution
Don't apply pagination imposed restrictions in theĀ ord:OnLoadSelected
event.