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

4 RadDatePickers enable/disable

1 Answer 86 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
bala kumar
Top achievements
Rank 1
bala kumar asked on 28 Jul 2010, 08:48 AM
Hi, I have 4 radDatePicker in a form say start date from, start date to, end date from and end date to. the scenario is if i select something in start date from or start date to both end date from and end date to should be disabled viz. when i clear the values all four radDatePicker should be enabled..
any body have any suggestions how to do this??

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 28 Jul 2010, 10:35 AM
Hello,

Make use of client side api of RadDatePicker to accomplish this. Attach "OnDateSelected" client event to start DatePicker and correspondingly enable/disable the other DatePickers from client code, (using set_enabled() method).

Check the following links for more information about client side methods and properties.
Client-Side Basics
RadDatePicker Client Object


-Shinu.
Tags
Calendar
Asked by
bala kumar
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or