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.