blockselect
enables/disables block selection
let blockselect: boolean|string
Values
Section titled “Values”- true - the overlay box is placed over the grid while dragging to mark potentially selected area
- “box” - the overlay box is placed over the potentially selected items while dragging
- “select” - native datagrid selection with select related events firing on each cell selection
- false - disables block selection
Example
Section titled “Example”webix.grid({ blockselect:"box", ...});
also check the next samples:
See also
Section titled “See also”Articles
API