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.
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.
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.