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

calnedar extender

2 Answers 118 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vasya Ivanov
Top achievements
Rank 1
Vasya Ivanov asked on 14 Feb 2011, 06:43 PM

Hi guys,
I am re-writing aspx page to telerik web control.
And there is a code in aspx page:
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" Enabled="True" PopupButtonID="Image1" PopupPosition="BottomRight"

 

 

 

 

TargetControlID="TextBoxSec4Date1">

 

 

 

 

</cc1:CalendarExtender>
I have no AJAXCONTROLTOOLKIT.What is a similar control in telerik that I can use it?
This is not inside the grid.

Thanks so much for your help

 

2 Answers, 1 is accepted

Sort by
0
Vinkel
Top achievements
Rank 1
answered on 15 Feb 2011, 09:59 AM
There is, called RadDatePicker, Vasya. The first place you can search is live demos:
http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx

-J
0
Vasya Ivanov
Top achievements
Rank 1
answered on 15 Feb 2011, 04:49 PM
Thanks for your responding,
CalendarExtender control for AJAXTOOLKIT has property of TargetControlId ID associated with a TextBox control. When the user clicks on the TextBox, a client-side Calendar control pops up. The user can then set a date by clicking on a day, navigate months by clicking on the left and right arrow and perform other such actions without a postback.

 Is there any property like this in RadDatePicker?



Also I need to convert from

cc1

 

:MutuallyExclusiveCheckBoxExtender to similar telerik control

 

and

cc1

 

:FilteredTextBoxExtender to similar telerik control

Thanks so much for your help.  

Tags
General Discussions
Asked by
Vasya Ivanov
Top achievements
Rank 1
Answers by
Vinkel
Top achievements
Rank 1
Vasya Ivanov
Top achievements
Rank 1
Share this question
or