Anyone have an example to drag from Listbox to Radgrid? I can not even get any of the Rowdrop, transferring, dropping etc... to fire?
Do I have to enable something on the grid side? I just want to be able to drag from Listbox to Radgrid. Don't even need to go the other way just one. The visual is there when I drag and drop but I can't seem to find a place to catch the code to see which item was selected and dropped. Do I do that in the grid dropped sub?
Thanks doing this in VB.
<telerik:RadListBox ID="lstPlansMissing" runat="server" AllowAutomaticUpdates="True" AutoPostBack="True" DataTextField="ippComponentDesc" DataValueField="ippComponentID" Font-Size="Small" Height="380px" Skin="Metro" Style="top: 0px; left: 0px; width: 252px; height: 400px;" Width="100%" AllowTransfer="True" AllowTransferOnDoubleClick="True" AutoPostBackOnTransfer="True" EnableDragAndDrop="True">
</telerik:RadListBox>
Do I have to enable something on the grid side? I just want to be able to drag from Listbox to Radgrid. Don't even need to go the other way just one. The visual is there when I drag and drop but I can't seem to find a place to catch the code to see which item was selected and dropped. Do I do that in the grid dropped sub?
Thanks doing this in VB.