if we remove radajaxmanager then everything is working fine. But we need that Ajax.Please provide any solution
8 Answers, 1 is accepted
Could you please try using the following approach and let me know if the issue still exists:
1. Open the "SharePoint 2010 Management Shell"
2. Run the following command: set-spfarmconfig -ASPScriptOptimizationEnabled:$false
Looking forward for your reply.
Greetings,
Radoslav
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Please, specify if you are getting any server-side error or javascript exception (for the latter, you need to switch script debugging on in your browser).
Regards,Tsvetoslav
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
We no longer support SharePoint 2007 and I do not have a way to test your scenario. However, please, do the following test in order to get the picture clearer:
1. Put a validator control outside of the RadGrid control.
2. Add a validated control, e.g. a simple text box again outside of RadGrid.
3. Now open RadGrid's edit form with its validation controls and let us know of the result.
Regards,
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
I had to paste this lines in javascript to make it work....
if (typeof (_spBodyOnLoadFunctionNames) != 'undefined' && _spBodyOnLoadFunctionNames != null) {
_spBodyOnLoadFunctionNames.push(
"supressSubmitWraper");
}
function supressSubmitWraper() {
_spSuppressFormOnSubmitWrapper =
true;
}
Thanks for sharing that.
Greetings,
Tsvetoslav
the Telerik team