Skip to content

blockselect

enables/disables block selection

let blockselect: boolean|string
  • 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
webix.grid({
blockselect:"box",
...
});

also check the next samples:

Articles

API