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

WSS 3.0. integration

3 Answers 57 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Radoslaw
Top achievements
Rank 1
Radoslaw asked on 01 Sep 2008, 12:27 PM
Hi!

I have problems with integration of the rad controls asp.net ajax with the wss 3.0.
I followed the steps from the documentation. The sharepoint page "sees" the telerik assembly in gac (the @register works ), but when i add any control there is error on the page (unknown).
(My SP app runs on port 2010 and i changed web.config only from that location)

Can somebody suggest my what to do, maybe i missed something. Thank for answer!

regards
Radek

3 Answers, 1 is accepted

Sort by
0
Dimitar Milushev
Telerik team
answered on 02 Sep 2008, 03:59 PM
Hi Radoslaw,

You can follow the instructions in this blog post to enable more detailed error messages in WSS. This will allow you to see the stack trace of the exception. Post the stack trace here and we will try to help you identify what's causing the problem.

Kind regards,
Dimitar Milushev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Radoslaw
Top achievements
Rank 1
answered on 03 Sep 2008, 08:27 AM
Hi!

My master page:

<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI, Version=2008.1.512.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" %>  
 
... 
  <form runat="server" onsubmit="return _spFormOnSubmitWrapper();"
    
   <asp:ScriptManager runat="server" ID="ScriptManager1" />  
   <telerik:RadTextBox ID="asasas" runat="server"></telerik:RadTextBox>  
 

And i got error that the ScriptManager is required

The control with ID 'asasas' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.


I have installed the ASP.NET AJAX 1.0 Extensions, I changed the web config of this application (i have many sharepoint apps).

What did i miss?

Best regards
Radek
0
Accepted
Dimitar Milushev
Telerik team
answered on 05 Sep 2008, 08:02 AM
Hello Radoslaw,

Please find attached a document that details the steps required to use RadControls in Sharepoint. I hope it will help you resolve the problem.

Sincerely yours,
Dimitar Milushev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Radoslaw
Top achievements
Rank 1
Answers by
Dimitar Milushev
Telerik team
Radoslaw
Top achievements
Rank 1
Share this question
or