or
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
Me.RadGrid1.MasterTableView.FilterExpression = "(([LogDate] >= '01/01/2012') AND ([LogDate] <= '31/12/2013'))"
I would really like to be able to display these default filter values in the date range picker boxes in the Grid. Is this possible?
Regards
Geoff
<asp:Button ID="btnUpdate" runat="server" Text='<%# IIf((TypeOf(Container) is GridEditFormInsertItem), "Insert", "Update") %>'
CommandName='<%# IIf((TypeOf(Container) is GridEditFormInsertItem), "PerformInsert", "Update") %>'>
</asp:Button>