Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

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.

Related Tasks

  • No labels