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

How to use RadGrid in web part for wss 3.0?

2 Answers 49 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Dipeash Patel
Top achievements
Rank 1
Dipeash Patel asked on 09 Feb 2010, 08:59 PM
Hii All,
 i installed telerik setup to my Development server.  And now i tried to create webpart using radGrid. so i added reference

using

 

Telerik.Web.UI;

 

 And i wrote RadGrid gr; But when i build this web part i got one error
" The type 'System.Web.UI.IScriptControl' is defined in an assembly that is not referenced. "

I dont what is the problem, can you explain me in detail how to bind this control with sharepoint list. i already used Asp gridview control now i would like to use Radgrid.





Thank you..
Dipesh

2 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 10 Feb 2010, 09:57 AM
Hello Dipeash,

From the stack trace of the exception I assume that you have not installed the ASP.NET AJAX 1.0 extensions (in case you use the .NET 2 version of the control) or have not registered System.Web.Extensions 3.5 (if you use .NET 3.5 project).

Hence I suggest you examine the articles from the relevant chapter in the online help and configure your project accordingly to see whether this helps.

Best regards,
Sebastian
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
Dipeash Patel
Top achievements
Rank 1
answered on 15 Feb 2010, 07:17 PM
Hii, Thanks for helping me, but i am using .net framework 3.5.  so what i have to with 3.5.

Can you please explain me in detail??
Tags
Sharepoint Integration
Asked by
Dipeash Patel
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Dipeash Patel
Top achievements
Rank 1
Share this question
or