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

AllowTransferOnDoubleClick does not work

4 Answers 53 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
July
Top achievements
Rank 2
July asked on 02 Oct 2012, 01:09 PM
I did the same example:
http://demos.telerik.com/aspnet-ajax/listbox/examples/functionality/transfer/defaultcs.aspx 

I need on double click transfer from right to left listbox.

I did this, but does not work

telerik:RadListBox runat="server" ID="RadListBoxDestination" Height="200px" Width="200px" 
AllowTransferOnDoubleClick="true" TransferToID="RadListBoxSource 
"
 
/>
 


regards

july

4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 03 Oct 2012, 06:58 AM
Hi,

I tried to replicate the issue in the version 2012.2.828, but no avail. Make sure that you are using the latest version.
aspx:
<telerik:RadListBox runat="server" ID="RadListBoxDestination" Height="200px" Width="200px"
AllowTransferOnDoubleClick="true" TransferToID="RadListBoxSource" />

Thanks,
Shinu.
0
July
Top achievements
Rank 2
answered on 09 Oct 2012, 10:42 AM
I'm using this version Telerik.Web.UI_2012_2_724_Dev_hotfix

0
Nencho
Telerik team
answered on 11 Oct 2012, 04:09 PM
Hi Julieta,

I have prepared a sample project for you, so you could implement the desired scenario at your end. Please find the attachment.

Greetings,
Nencho
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Erik
Top achievements
Rank 2
answered on 09 May 2013, 06:08 PM
Just put this:
AllowTransferOnDoubleClick="true"

in the second control to.

Erik
Tags
ListBox
Asked by
July
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
July
Top achievements
Rank 2
Nencho
Telerik team
Erik
Top achievements
Rank 2
Share this question
or