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

Grid with custom edit user control with list box - drag and drop not working

2 Answers 41 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joe Kalinowski
Top achievements
Rank 1
Joe Kalinowski asked on 29 Apr 2010, 10:56 PM
I have a RadGrid that uses a custom user control for editing and the user control contains a RadListBox that has drag and drop enabled. The OnDropped event fires, but e.SourceDragItems is always empty. Any idea why?

2 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 05 May 2010, 11:40 AM
Hello Joe,

I suspect that you are not binding properly your RadGrid. For your convenience I am attaching sample application demonstrating that RadListBox inside RadGrid edit form works as expected.

Regards,
Nikolay
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
0
Joe Kalinowski
Top achievements
Rank 1
answered on 05 May 2010, 07:15 PM
I have resolved this issue. The problem exists only when binding the RadListBox in Page_Load. Binding the RadListBox in Page_Init resolves the issue.
Tags
Grid
Asked by
Joe Kalinowski
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Joe Kalinowski
Top achievements
Rank 1
Share this question
or