All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Calendar
/
Rad Calender not working in my page
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Rahul
142 posts
Member since:
May 2009
Posted 14 Jan 2011
Link to this post
Hello In my page date time control not working
<td style="font-size: 8pt">
Clinic Start Date
</td>
<td>
<telerik:RadDateTimePicker ID="dtpStartDate" runat="server" AutoPostBackControl="Both"
ShowPopupOnFocus="true">
</telerik:RadDateTimePicker>
</td>
</tr>
<tr>
<td style="font-size: 8pt">
Clinic End Date
</td>
<td>
<telerik:RadDateTimePicker ID="dtpEndDate" runat="server" AutoPostBackControl="Both"
ShowPopupOnFocus="true" OnSelectedDateChanged="dtpEndDate_SelectedDateChanged">
</telerik:RadDateTimePicker>
</td>
don't know what happens but want to do like following link
http://demos.telerik.com/aspnet-ajax/calendar/examples/datetimepicker/clientsideevents/defaultcs.aspx
Needd help urgent
Maria Ilieva
Admin
4017 posts
Posted 17 Jan 2011
Link to this post
Hello Rahul,
Could you please let me know what exactly issue you are facing with the RadDateTimePicker. Do you have its server events correctly fired? What is the scenario in which the control is used?
Kind regards,
Maria Ilieva
the Telerik team
Browse the
vast support resources
we have to jump start your development with
RadControls for ASP.NET AJAX
. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our
common SharePoint portal
.
Back to Top
Close