This is a migrated thread and some comments may be shown as answers.

Grid onDrop event

1 Answer 137 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jiyo
Top achievements
Rank 2
Jiyo asked on 23 Jan 2020, 09:23 AM

Does the kendo grid has an onDrop event??

While inline mode is on and when i drag a text from outside the grid to inside the grid will it take the text??

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 23 Jan 2020, 10:42 AM

Hello, Jiyo,

Currently, the onDrop event can be attached to the grid row using the rowRender or to each cell using the cellRender:

https://www.telerik.com/kendo-react-ui/components/grid/api/GridProps/#toc-cellrender

https://www.telerik.com/kendo-react-ui/components/grid/api/GridProps/#toc-rowrender

Also, please take a look at this interesting example for drag and drop between Grids. This example using the approach with the rowRender:

https://stackblitz.com/edit/react-q1t428?file=app/main.jsx

I hope this is helpful.

Regards,
Stefan
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Jiyo
Top achievements
Rank 2
Answers by
Stefan
Telerik team
Share this question
or