Hi,
I had purchased licensing a few years ago, and the radlightbox doesnt seem to be on there and says that it is an unknown server tag. Has there been an update with the bin folder files or do i have to buy new licensing?
All of the other telerik things work, but when searching the telerik UI for the lightbox its not in there
Thanks,
HI,
We need to bind RadGrid on clientside. I am doing it using RadClientDataSource and Restful Webservice call. This grid has RadRadioButtonlist. I need to bind this button list to the data coming from database.
Can someone help please how to do bind it on clientside
Thank You
Hi,
I'm new to telerik and have this case that I've been trying to find a way to resolve. In the Grid component, I'm using Batch Editing and I'm performing the saving of edited data on the grid using the Server-Side BatchEditCommand Event. Assuming I have 3 records, could be to insert, update or delete, and for whatever the reason, the database updates failed (for e.g. DB Locked at the time the save changes was done). My question is, how do I tell the grid to remain in Edit Mode on the client-side and not to do a rebinding/refresh of data (as the unsaved data is lost currently) as we want to allow user to retry the save changes again?
Thanks in advance..
I have multiple PanelBars that are placed on a form in a sequence..The Tab key does not take me from first panelbar to the next one..My code is as follows..
So when I press Tab key down, it does select the first one (radPnlBarFundingSources), but not the second one (radPnlBarContracts) after tabbing from first one
Please help!
<div class="Row">
<telerik:RadPanelBar runat="server" ID="radPnlBarFundingSources" Width="100%" TabIndex="1">
<Items>
<telerik:RadPanelItem runat="server" Text="Funding Source">
<ContentTemplate>
<telerik:RadListBox runat="server" ID="radLbAvailFundingSource" Height="100px" Width="40%" SelectionMode="Multiple" AllowTransfer="true" TransferMode="Move" AllowTransferOnDoubleClick="true" TransferToID="radLbSelFundingSource" ButtonSettings-AreaWidth="35px" Enabled="True" style="font-family: Verdana, Trebuchet MS,Arial,sans-serif; font-size:0.9em;"></telerik:RadListBox>
<telerik:RadListBox runat="server" ID="radLbSelFundingSource" Height="100px" Width="40%"></telerik:RadListBox>
</ContentTemplate>
</telerik:RadPanelItem>
</Items>
</telerik:RadPanelBar>
</div>
<div class="Row">
<telerik:RadPanelBar runat="server" ID="radPnlBarContracts" Width="100%" TabIndex="2">
<Items>
<telerik:RadPanelItem runat="server" Text="Contract">
<ContentTemplate>
<telerik:RadListBox runat="server" ID="radLbAvailContract" Height="100px" Width="40%" SelectionMode="Multiple" AllowTransfer="true" AllowTransferOnDoubleClick="true" TransferToID="radLbSelContract" AutButtonSettings-AreaWidth="35px"></telerik:RadListBox>
<telerik:RadListBox runat="server" ID="radLbSelContract" Height="100px" Width="40%"></telerik:RadListBox>
</ContentTemplate>
</telerik:RadPanelItem>
</Items>
</telerik:RadPanelBar>
</div>
[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index]
System.Collections.ArrayList.get_Item(Int32 index) +10064164
System.Web.UI.StateManagedCollection.System.Collections.IList.get_Item(Int32 index) +17
Telerik.Web.UI.ControlItemCollection.get_Item(Int32 index) +22
Telerik.Web.UI.ClientStateLogPlayer`1.Remove(ControlItemCollection items, Int32 index) +58
Telerik.Web.UI.ClientStateLogPlayer`1.Play(ClientStateLogEntry entry) +453
Telerik.Web.UI.ClientStateLogPlayer`1.Play(IEnumerable`1 clientStateLogEntry) +165
Telerik.Web.UI.RadListBox.LoadClientState(RadListBoxClientState clientState) +66
Telerik.Web.UI.RadListBox.LoadPostData(String postDataKey, NameValueCollection postCollection) +230
System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +945
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2071
<
td
>
<
telerik:RadListBox
ID
=
"lstAvailableItems"
ButtonSettings-Position
=
"Right"
EmptyMessage
=
"None"
AllowTransferOnDoubleClick
=
"true"
EnableDragAndDrop
=
"true"
PersistClientChanges
=
"true"
ViewStateMode
=
"Disabled"
Height
=
"100px"
AllowTransfer
=
"true"
TransferMode
=
"Move"
TransferToID
=
"lstSelectedItems"
SelectionMode
=
"Single"
Width
=
"200px"
runat
=
"server"
>
</
telerik:RadListBox
>
</
td
>
<
td
>
<
telerik:RadListBox
ID
=
"lstSelectedItems"
AllowTransferOnDoubleClick
=
"true"
EmptyMessage
=
"None"
PersistClientChanges
=
"true"
EnableDragAndDrop
=
"true"
Height
=
"100px"
Width
=
"200px"
SelectionMode
=
"Single"
ViewStateMode
=
"Disabled"
runat
=
"server"
>
</
telerik:RadListBox
>
</
td
>