New to KendoReact? Start a free 30-day trial
Drag and Drop Rows between Grids
Environment
Product Version | 3.0.0 |
Product | Progress® KendoReact Grid |
Description
I need to be able to drag and drop rows from one Grid to another.
Solution
Use the rowRender
prop of the Grid to attach the onDragStart and onDrop(https://developer.mozilla.org/en-US/docs/Web/API/Document/drop_event) events to the row.
Change Theme
Theme
Loading ...