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

ValidationSummary stops working after using with telerik:AjaxUpdatedControl

1 Answer 51 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Abhinav
Top achievements
Rank 1
Abhinav asked on 10 Aug 2011, 11:12 AM
Hi All,
When I use ValidationSummary with AjaxUpdateControl it works fine for the first time but after reload it stop working,
Not able to find the solution please help.

My code is as below:
<telerik:ValidationSummary HeaderText="Please correct the following error(s):" runat="server" ID="validationSummary" ValidationGroup="group1" />

<telerik:AjaxSetting AjaxControlID="btnSearch">

                <UpdatedControls>

                    <telerik:AjaxUpdatedControl ControlID="pnlDisplayResults" LoadingPanelID="AjaxLoadingPanel1" />

                    <telerik:AjaxUpdatedControl ControlID="notificationDisplayMsg" />
                    <telerik:AjaxUpdatedControl ControlID="validationSummary" />

                </UpdatedControls>

            </telerik:AjaxSetting>


1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 10 Aug 2011, 05:20 PM
Hi Abhinav,

Pleas note that it is note supported scenario to add the ValidationSummary in the RadAjaxManager settings. Reefer to the following online demo which elaborates on the correct approach for implementing Validation with Ajax.

Regards,
Maria Ilieva
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.

Tags
Ajax
Asked by
Abhinav
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or