4 Answers, 1 is accepted
0
Hello,
Please explain the behavior with more details if possible. Did you drag the controls from the toolbox to the page? Did you try to add the control manually? I mean to write a code as shown below.
<telerik:RadGrid ID="RadGrid1" runat="server"></telerik:RadGrid>
In case you are experiencing errors it would be helpful to make a screenshot and send it to us attached to a regular support ticket.
Regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Please explain the behavior with more details if possible. Did you drag the controls from the toolbox to the page? Did you try to add the control manually? I mean to write a code as shown below.
<telerik:RadGrid ID="RadGrid1" runat="server"></telerik:RadGrid>
In case you are experiencing errors it would be helpful to make a screenshot and send it to us attached to a regular support ticket.
Regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

KMF
Top achievements
Rank 1
answered on 30 Jul 2008, 05:48 PM
This is a Visual Studio 2008 web project. Whether I add manual or drag/drop the control does not load and errors out saying that the System.Web.Extensions are not found, but they are loaded in the GAC, I have even tried to add them to the project references, but they are listed in the web.config as well...
0

KMF
Top achievements
Rank 1
answered on 30 Jul 2008, 06:17 PM
Ok, I found the issue. My application was using System.Web.Extensions v 3.5 and the controls want v1.0. In the web config file there is a runtime redirection for 1.0 to 3.5. I removed that from my web.config file and the control loads fine. However now my question is this, why do the controls not currently support the 3.5 extensions, and when will they?
Thanks,
-k
Thanks,
-k
0
Hi K,
We have two Telerik.Web.UI.dll versions - one for .NET 2.0 and ASP.NET AJAX 1.0 and one for .NET 3.5.
You can check our documentation for more info.
Sincerely yours,
Vlad
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
We have two Telerik.Web.UI.dll versions - one for .NET 2.0 and ASP.NET AJAX 1.0 and one for .NET 3.5.
You can check our documentation for more info.
Sincerely yours,
Vlad
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.