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

Jquery Validation Engine Not working when it is used with

2 Answers 184 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Mohamed
Top achievements
Rank 1
Mohamed asked on 07 Feb 2013, 02:00 PM

Hi,

I have a problem with telerik rad grid where jquery validation engine is not firing with rad ajax manager. 

 <telerik:RadAjaxManager ID="radAjaxManager" runat="server" DefaultLoadingPanelID="radAjaxLoadingPanel">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="btnMessage">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="pnlMessageOverlay" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>

If i comment the ajax manager code, then the jquery validation fires fine. Can you please let me know what needs to be done to fix this?

Kind Regards,
Mohamed Riazuddin

2 Answers, 1 is accepted

Sort by
0
Chris Dunbar
Top achievements
Rank 1
answered on 08 Mar 2013, 01:12 PM
Hi,

Wondering if there is any update on this.
I'm also experiencing the same issue using jquery validation 1.11.0

Regards,
Chris
0
Pavlina
Telerik team
answered on 12 Mar 2013, 10:32 AM
Hello,

Note that the problem is not with RadAjax controls specifically. You can reproduce it with an UpdatePanel as well. You can even see in this post that the author of the engine claims that it does not support Web Forms:
https://github.com/posabsolute/jQuery-Validation-Engine/issues/175

We, as a rule, do not support scenarios which are unsupported by the MS AJAX framework, so if you encounter further issues with the engine not working with MS AJAX (and RadAjax which is built on top of MS AJAX), we cannot help you with them.

Greetings,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Ajax
Asked by
Mohamed
Top achievements
Rank 1
Answers by
Chris Dunbar
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or