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

[Solved] DateTimePicker Click Event

2 Answers 195 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jeff Tang
Top achievements
Rank 1
Jeff Tang asked on 17 Jun 2009, 04:07 AM
Is there any event can be triggered immediately when user click on the DateView(The calendar) and TimeView(The clock)?
I mean the event that will be run after the user click on it, not after select the date or time. Thank You.

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 17 Jun 2009, 05:49 AM
Hi Jeff Tang,

I guess you are searching for event that fires when clicking the DatePopup button and TimePopupButton. If so you can try the "OnPopupOpening" client-side event which is called immediately before a popup calendar or time view is displayed.

aspx:
 
<telerik:RadDateTimePicker ID="rdCallbackDate" runat="server" Skin="Hay" Width="220px">                 
    <ClientEvents OnPopupOpening="OnPopupOpening" /> 
</telerik:RadDateTimePicker> 

Shinu.
0
Jeff Tang
Top achievements
Rank 1
answered on 17 Jun 2009, 07:47 AM
Yes, Thank you for your reply. I think I am going to a wrong way in my situation.

My situation is that I want the time can be filled with 23:59 when the user only use the popup calendar to select a date but haven't selected the time in the TimeView. And the user can also type in the datetime in the textbox to change the value, but won't fill with 23:59.
Tags
General Discussions
Asked by
Jeff Tang
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Jeff Tang
Top achievements
Rank 1
Share this question
or