All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
General Discussions
/
RadDate Picker Validate OnPostBack
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Elmer
1 posts
Member since:
Aug 2012
Posted 31 Aug 2012
Link to this post
Hi,
I'm doing a simple program that will automatically fire a search when i picked a date. i solved that by using RadDatePicker Control with an autopostback property. The problem is the other control i used have a causevalidation = "true", which doesn't trigger the postback if there is a validation error. is there any work around for this using raddatepicker???
Thank you.
Jayesh Goyani
2733 posts
Member since:
May 2010
Posted 02 Sep 2012
Link to this post
Hello,
Try with below property.
causevalidation = "
false
"
Thanks,
Jayesh Goyani
Back to Top
Close