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

Sharepoint List Items are not Saving

3 Answers 77 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Mareeswaran Arunachalam
Top achievements
Rank 1
Mareeswaran Arunachalam asked on 28 Dec 2009, 03:46 PM
Hi,

I have used telerik:RadScriptManager  in my SharePoint Master page. RAD Controls are working fine.

Sample:

<

form id="Form1" runat="server" onsubmit="return _spFormOnSubmitWrapper();">

 

 

 

<WebPartPages:SPWebPartManager ID="m" runat="Server" />

 

 

<telerik:RadScriptManager ID ="as" runat="server"></telerik:RadScriptManager>

When i am try  to add/edit any item in sharepoint in-built  "contacts list" ( or any sharepoint in-built  lists like links, annoucements etc ), it is not saving. It will post back and comes back to the same page.
 
If i set to default master page which doesnt have  telerik controls,  is adding the new entries to the list.

Please help me to fix this issues....

Note: i have added all necesary entries in web.config file and DLLS to GAC and RAD Controls are working fine.

 

3 Answers, 1 is accepted

Sort by
0
Vesko
Top achievements
Rank 2
answered on 29 Dec 2009, 12:27 PM
I do not believe this is a RadScriptManager issue.
What happens if you replace it with the standard asp:ScriptManager?
I suppose the result is the same so you should look for the problem elsewhere.
0
Mareeswaran Arunachalam
Top achievements
Rank 1
answered on 29 Dec 2009, 05:52 PM
When i replace "asp:ScriptManager" instead of RadScriptManager  in master page it is throwing below exception

"The control with ID 'rdsSpiliter' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.   at Telerik.Web.UI.ScriptRegistrar.GetScriptManager(Control control)
   at Telerik.Web.UI.RadWebControl.get_ScriptManager() "

Problem is not with any other code. Only when  i add Radscriptmanager in masterpage.
Please help on this issue.
0
Mareeswaran Arunachalam
Top achievements
Rank 1
answered on 30 Dec 2009, 07:50 AM
HI,


I fixed the Issue.It is because i have used "RequiredFieldValidator" inside the telerik rad pane control. 

 

<asp:RequiredFieldValidator ID="rfvEndDateCal" ValidationGroup="EndDatePeriod" runat="server"

 

 

ControlToValidate="radCalEndTime" ErrorMessage="End date is required."></asp:RequiredFieldValidator>


 

Tags
ScriptManager and StyleSheetManager
Asked by
Mareeswaran Arunachalam
Top achievements
Rank 1
Answers by
Vesko
Top achievements
Rank 2
Mareeswaran Arunachalam
Top achievements
Rank 1
Share this question
or