Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 78072

How to cancel Remote validation in RadInputManager in OnValidating event?

$
0
0
Hi Jack,

You can set the state as invalid in the OnValidating event. This way the service should not be called.

function onValidating(sender, args) {
    if (args.get_input().get_value() == "") {
        args.set_isValid(false);
    }  
}


Regards,
Viktor Tachev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.

Viewing all articles
Browse latest Browse all 78072

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>