I am testing out the Telerik RadGrid to see if it can replace a custom Silverlight grid we have in our product. The problem is that our product reads the data from CouchDB as a JSON file which we de-serialize into a class (stored in a Session variable) that contains collections (System.Collections.Generic.List) of other classes. I bind one of these sub-collections to the RadGrid.DataSource, depending on what I need to display and call RadGrid.DataBind().
Everything there works fine, except when I go to update the InPlace grid values with the RadGrid_UpdateCommand event. I only get the old values and not the updated ones, possibly due to the PostBack resetting the values. I have found other postings of people with this issue, but they are all binding to a DataSource object like SqlDataSource.
Is it possible to update a collection bound to the RadGrid datasource?

Hi,
We have a requirement of having tabs and radDocks in the RadTabStrip. I am saving the RadDock States in the database and using hidden update Panel as shown in the example project.
Is there a way to load only the selected tab Rad Docks and their state when the tab is selected instead of loading both the tabs?
We can have maximum of 19 Widgets on a single tab, and each RadDock inclues grids, images etc... To load all the widgets it is taking a long time. Please let me know if only the selected tab can be loaded instead of both the tabs. I tried using RenderSelectedPageOnly="true" of RadMultiPage, but did not change the loading time.
Attached a sample project with DashboardPage that has 2 tabs as 2 user controls. Please take a look at this and let me know.
PS: How do I attach a zip file which contains the sample project.
Thanks for all of your help.
Nagasree

Hi,
When using ClickToOpen and ItemTemplates, the menu cannot be closed by touching the root item on mobile Safari (iPad)!
Works if not using ItemTemplates, it also works on desktop browsers!
Sample:
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="menu.aspx.vb" Inherits="TestaTredjepartWeb.menu" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <asp:ScriptManager ID="s" runat="server"> </asp:ScriptManager> <div> <telerik:RadMenu ID="menu" runat="server" RenderMode="Lightweight" ClickToOpen="true"> <Items> <telerik:RadMenuItem Value="item1" Text="Test1"> <Items> <telerik:RadMenuItem Text="1"></telerik:RadMenuItem> <telerik:RadMenuItem Text="2"></telerik:RadMenuItem> <telerik:RadMenuItem Text="3"></telerik:RadMenuItem> <telerik:RadMenuItem Text="4"></telerik:RadMenuItem> </Items> <ItemTemplate> Click Here </ItemTemplate> </telerik:RadMenuItem> </Items> </telerik:RadMenu> </div> </form></body></html>
On an iPad, click the menu to open it, then it cannot be closed by clicking the menu item again...
Regards
Andreas

Hello,
since 2017.1.118 there seems to be no default backgroundcolor of the tiles anymore.
Is that intention?
Regards
Frank
I updated my AWS SDK to their latest version (AWSSDK.Core v3.x) and now the Telerik CloudUpload component is not working. I have a class that derives from AmazonS3Provider as shown in your docs, and when I set the AmazonS3Client property of this class, I get the error "The type 'AmazonS3Client' is defined in an assembly that is not referenced. You must add a reference to assembly 'AWSSDK, Version=2.0.5.0, Culture=neutral, PublicKeyToken=9f476d3089b52be3'"
Can you guys release an update that supports the AWSSDK version 3+?
I have a grid (version 2015.3.1111.45, no option to upgrade) that is bound to a List of custom objects.
Then I have a GridDropDownColumn that is bound to a field that is a decimal.
When I try to use the "HeaderContext" Filter Type and populate the checklist with a web service that returns both the text and the decimal value for that field, the grid will only try to filter on the text that comes from the checklist and not the "ID" value.
The only place I am even able to see what is getting set for the filter is by checking inside the Need Data Source event for the prop [grid].MasterTableView.FilterExpression.
Does anyone have any thoughts?

Hi,
I have a dataform and I'm trying to use the 'Enter' key to save. On my page, I have 3 textboxes and a button (default) that are used to populate the dataform. When my dataform is in edit mode, I press the 'Enter' key and it will not save because my default button is the Search button.
I'm using javascript on every single textbox inside my dataform to capture onkeypress and cancel the Search. But, if I click outside the textboxes inside my dataform, and I press 'Enter' it will search again.
I've tried to capture onkeypress in a <div> using JQuery but it doesn't work.
Any ideas?

