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

Rad Listbox Transfer buttons disabled

0 Answers 88 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Jagat
Top achievements
Rank 1
Jagat asked on 12 Oct 2017, 09:52 PM

Hi,

Buttons associated with the listbox are disabled. Attached a screen shot. Am i missing any setting here?

<telerik:RadListBox runat="server" ID="rlbItemSource" AllowTransfer="true"  AllowTransferOnDoubleClick="true"
           TransferToID="rlbItemTarget" height="150px" Width="200px" TransferMode="Move" SelectionMode="Multiple"  >
    <ButtonSettings ShowTransferAll="true" ShowTransfer="true" ShowReorder="false" />
</telerik:RadListBox>
 
<telerik:RadListBox runat="server" ID="rlbItemTarget" height="150px" Width="200px"  
 TransferToID="rlbItemSource" >
<ButtonSettings ShowReorder="false"   /> 
</telerik:RadListBox>

 

Thanks in Advance

No answers yet. Maybe you can help?

Tags
ListBox
Asked by
Jagat
Top achievements
Rank 1
Share this question
or