DragOverlay
Description
The DragOverlay prevents unwanted interaction with web page elements during any user drag action.
Usage
Your DataGridXL instance contains a property dragOverlay.
javascript
// create DataGridXL instance
const grid = new DataGridXL(...);
// work with the DragOverlay instance
grid.dragOverlay.show();NOTE: You don't need to create a DragOverlay instance yourself — it is provided by the grid automatically.Methods
hide()Hide drag overlay
show()Show drag overlay
No generated events found for
DragOverlay.