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

4 RadDatePickers enable/disable

1 Answer 50 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, 11:42 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, 12:45 PM
Hi,


You can accomplish this by making use of client side api for RadDatePicker. You need to attach "OnDateSelected" client event to first RadDatePicker and then enable/disable the other DatePickers by using set_enabled() method.

The following links will be helpful in client-side access to RadDatePicker.
Client-Side Basics
RadDatePicker Client Object


Please write again if you need further assistance.

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