Hi,
I'm developing my project in VS2010 with version 2013.3.1015.35.
I can't navigate through RadListbox items using keyboard even if a RadListbox has focus on the document. Also, “To Right” and “To Left” button text are missing. Please see the screenshot attached herewith.
Here is my code:
<telerik:RadListBox runat="server" Height="75px" Width="225px" ButtonSettings-ShowTransferAll="false" TransferToID="lstTargetLanguageDestination" ID="lstTargetLanguageSource" AllowTransfer="true" TransferMode="Move" SelectionMode="Multiple" AllowTransferOnDoubleClick="true" AutoPostBackOnTransfer="true" OnTransferred="lstTargetLanguageSource_Transferred"></telerik:RadListBox><telerik:RadListBox ID="lstTargetLanguageDestination" runat="server" ButtonSettings-ShowTransferAll="false" Height="75px" AutoPostBack="true" AutoPostBackOnTransfer="false" AutoPostBackOnReorder="false" AutoPostBackOnDelete="false" Width="200px" OnSelectedIndexChanged="lstTargetLanguageDestination_SelectedIndexChanged"></telerik:RadListBox>This is on Firefox 24.0, IE11 and Windows 8.1
Any quick work around will be appreciated.
Thanks
Tejas
