Our Telerik is Q2 2010. I recently updated our ASP.NET project from 3.5 to 4.0.
First problem I noticed is none of CustomValidators (inside ASP Panel, that is loaded through AJAX) are working. They actually render as spans, but without any of the usual attributes:
<SPAN style="VISIBILITY: hidden" id=TextBoxValidator></SPAN>
This is how they look, if I comment our RadAjaxManager:
<SPAN style="VISIBILITY: hidden" id=TextBoxValidator controltovalidate="RadTextBoxValue" clientvalidationfunction="RadTextBoxValue_Validate" validateemptytext="true" isvalid="true" enabled="false"></SPAN>
Next issue is the RadAjaxLoadingPanel that keeps spinning even after the AJAX request is completed.
When I comment out RadAjaxManager, everything seems to be working fine.
First problem I noticed is none of CustomValidators (inside ASP Panel, that is loaded through AJAX) are working. They actually render as spans, but without any of the usual attributes:
<SPAN style="VISIBILITY: hidden" id=TextBoxValidator></SPAN>
This is how they look, if I comment our RadAjaxManager:
<SPAN style="VISIBILITY: hidden" id=TextBoxValidator controltovalidate="RadTextBoxValue" clientvalidationfunction="RadTextBoxValue_Validate" validateemptytext="true" isvalid="true" enabled="false"></SPAN>
Next issue is the RadAjaxLoadingPanel that keeps spinning even after the AJAX request is completed.
When I comment out RadAjaxManager, everything seems to be working fine.