Overview
The generic behavior and overview of multi-select feature is as follows:
- Presentation
- It will appear as a check-box for all the relevant tables in the first column.
- If selected, the corresponding row will be highlighted using a chosen color scheme.
- Operations
- For Parents
- When use user clicks on parent/container, option is provided to select only parent, only children or both parent as well as children.
- At leaf level
- Every click will toggle the state of check-box.
- Multi-select will work only on the entities visible on the current page (for paginated views).
- For Parents
- Operations not enabled for multi-select
- The operations, which can be performed only on one entity (Insert, Paste), multi-select will disable the operation and will give an error message, if clicked.
...