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

Telerik Rad Controls and Dynamic Data

6 Answers 150 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Stephen Naughton
Top achievements
Rank 1
Stephen Naughton asked on 13 Sep 2010, 12:27 PM
Hi Guys, I am noticing in most of the samples you are posting regarding the use of your Rad Control with MS Dynamic Data
This namespace Telerik.Web.UI.DynamicData you register a dynamic version of the your Grid
<%@ Register TagPrefix="dynamic" Namespace="Telerik.Web.UI.DynamicData" %>
and then use the grid like this
<dynamic:DynamicRadGrid ID="GridView1" AllowPaging="True" AllowSorting="True" 
    AutoGenerateColumns="false" runat="server" DataSourceID="GridDataSource" 
    SelectedItemStyle-BackColor="LightBlue" Skin="Telerik">
<!-- removed for brevety -->
</dynamic:DynamicRadGrid>
I don't seem to be able to fine this name space or the controls in my install of Telerik RadControls for ASP.NET AJAX once I master your controls with DD I plan to post a series of articles on my blog C# Bits on using Telerik Rad Controls with Dynamic Data.

Thanks in advance Steve.

6 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 13 Sep 2010, 01:16 PM
Hello Stephen,

This is a separate namespace that includes a class which inherits the RadGrid class for DynamicData implementation. You can find it as parf the attachment in this blog post since it is not included in the default RadControls for ASP.NET AJAX installation.

Great to hear that you would like to start series of blog posts about how to use our AJAX controls within DynamicData sites - looking forward to them! If you are interested in gaining some Telerik points for your blog posts or participating in our MVP program, please let us know.

Greetings,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Stephen Naughton
Top achievements
Rank 1
answered on 13 Sep 2010, 01:34 PM
Thanks Sebastian, how do I find out when this has been updated as future releases of the product come out?

Also is there any option for source code of the update, if it is just inheriting from RadGrid?

And regarding your MVP program I'd be glad to participate, I am an MS MVP already and it's through this I got access to the Telerik controls :)

An through my MVP with MS I've had the opertunity to look at several different control sets and found your Telerik RadControls for ASP.NET AJAX are the only ones that have any info on getting them working with DD (Most of my project are DD based) and so I've chosen Telerik as the 3rd part control set I'm going to blog about for DD. I will start with a getting started I think in the next few weeks.

Steve Naughton (MVP)
0
Stephen Naughton
Top achievements
Rank 1
answered on 13 Sep 2010, 02:31 PM
Hi Sebastian, that sample appears to target .Net 4 is there a sample for .Net 3.5, as I appear to be having an issue with

IDataBoundControl the error says "System.Web.DynamicData.IDataBoundControl' is inaccessible due to its protection level." I suspect this is due to the .Net 4 tageting.

0
Accepted
Sebastian
Telerik team
answered on 13 Sep 2010, 02:35 PM
Hello Stephen,

You can subscribe to my colleague Nikolay's blog post feed to check for future updates. You may also be interested in the previously posted articles on this subject which can be found entering this search criterion. The code of the relevant class (DynamicRadGrid) which extends the RadGrid class is located in the App_Code folder of the samples.

I am happy to hear that you show interest in taking part in the Telerik MVP program! Furthermore, as you are entitled to be MS MVP, your contribution to the Telerik community will be even more appreciated.
 
Greetings,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Stephen Naughton
Top achievements
Rank 1
answered on 13 Sep 2010, 02:54 PM
Thanks again Sebastian, and I found the code, I assumed it would be in a dll :( but it does appear to target .Net 4 is there a link to the latest .Net 3.5 version?

P.S. is there somewhere I can send my articles to once I get my posts on Telerik Rad Controls with Dynamic Data up an running? I usually post them to the ASP.Net community on http://asp.net
0
Accepted
Sebastian
Telerik team
answered on 13 Sep 2010, 03:08 PM
Hi Stephen,

You can find the previous .NET 35 versions of the Telerik DynamicData site in the series of blog posts that my colleague Atanas submitted (see the search link in my previous message).

I notified the Telerik MVP program manager Sasha Krsmanovic about your future blog posts in order to get in touch with you and provide further details about the program.
 
Best regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Stephen Naughton
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Stephen Naughton
Top achievements
Rank 1
Share this question
or