Jim
Posted
on Apr 1, 2009
(permalink)
Hi there,
I have 2 RadDatePicker controls on a page. When a user picks a date from the first one, I want the second one to show a date that's one month later than the first one.
I am not having much success doing this. Could you guys throw together a quick example that illustrates this?
thanks!
Reply
Answer
Daniel
Daniel
Posted
on Apr 2, 2009
(permalink)
Hello Jim,
Please try the following:
Best regards,
Daniel
the Telerik team
Check out
Telerik Trainer
, the state of the art learning tool for Telerik products.
Reply
Daniel Tharp
Posted
on Feb 1, 2012
(permalink)
Hello,
I have 2 raddatepickers in a repeater control and I want to do the same thing as you mention. How would I access the other raddatepicker inside the repeater. I looked at the client object but I don't understand how to get the parent control and index so I can get to the other datepicker. Any help would be great.
thanks
Reply
Antonio Stoilkov
Antonio Stoilkov
Posted
on Feb 6, 2012
(permalink)
Hi Daniel,
You could achieve your scenario by getting the naming container prefix and appending it to the second RadDatePicker id as it is shown in the example below.
Kind regards,
Antonio Stoilkov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license!
Book your seat now >>
Reply