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

Drop to DataGrid

3 Answers 77 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Ron
Top achievements
Rank 1
Ron asked on 17 Feb 2009, 03:16 PM
Hi.

I want to change the content of a specific row and column in a datagrid by dropping an item to this cell. Is it possible to recognize in the OnDropInfo event handler what is the target row and column?

Thanks.

3 Answers, 1 is accepted

Sort by
0
Miroslav
Telerik team
answered on 18 Feb 2009, 12:12 PM
Hi Ron,

To enable this scenario, the IsDropAllowed attached property needs to be set to the individual Cell containers. Currently, there is no direct access to the containers.

In the upcoming release of the RadGridView there will be an event OnRowLoaded which will allow you to access the individual cells and set the event. Unfortunately I cannot think of a workaround with the current version.

Best wishes,
Miroslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Ron
Top achievements
Rank 1
answered on 18 Feb 2009, 12:19 PM
Thanks for the answer.
When do you expect to release the next version with the OnRowLoaded event?
0
Miroslav
Telerik team
answered on 18 Feb 2009, 01:02 PM
Hello Ron,

The next official release is the Q1 release, which  is expected in the first half of march.

Kind regards,
Miroslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
DragAndDrop
Asked by
Ron
Top achievements
Rank 1
Answers by
Miroslav
Telerik team
Ron
Top achievements
Rank 1
Share this question
or