ASP.NET Controls
visit Telerik website
MVC
Silverlight
WPF
ORM
Reporting
All Products
UI Components
ASP.NET AJAX
ASP.NET MVC
Silverlight
WinForms
WPF
Productivity
JustCode
Data
OpenAccess ORM
Reporting
Automated Testing
WebUI Test Studio
TFS Tools
Work Item Manager
Project Dashboard
Content Management
Sitefinity .NET CMS
Search Examples
select
Control
Example
select
Download
Videos
Help
Forums
Calendar
Overview
Calendar
First look
Multi-month View
Special Days and templates
Globalization
Read-only Calendar
Today's Date
Client-side Events
Client-side API
Server-side Events
DayRender Event
Styles
Date picker
DatePicker/First look
Sharing Calendars
Client-side Events
Client-side API
Data Binding
Validation
Shared RadDatePicker
AutoPostBackControl Property
Time picker/DateTime picker
TimePicker/First look
Sharing TimeViews
Templates
Client-side Events
Client-side API
Server-side Events
Data Binding
Binding to Custom Collection
Validation
Overview
Ajax
BinaryImage
Calendar
Captcha
Chart
ColorPicker
ComboBox
Dock
Editor
FileExplorer
Filter
FormDecorator
Grid
Input
ListBox
ListView
Menu
PanelBar
Rating
Rotator
Scheduler
Slider
Spell
SiteMap
Splitter
TabStrip
ToolBar
ToolTip
TreeView
Upload
Window
XmlHttpPanel
Calendar
/ Client-side Events
Rate this demo:
1
2
3
4
5
Feedback
Run example in:
C#
VB.NET
Change Skin:
Vista
Black
Default
Forest
Hay
Office2007
Outlook
Simple
Sitefinity
Sunset
Telerik
Vista
Web20
WebBlue
Windows7
RadDatePicker:
Open the calendar popup.
<<
<
March 2010
>
>>
S
M
T
W
T
F
S
10
28
1
2
3
4
5
6
11
7
8
9
10
11
12
13
12
14
15
16
17
18
19
20
13
21
22
23
24
25
26
27
14
28
29
30
31
1
2
3
15
4
5
6
7
8
9
10
Event log:
Example Source Code & Description
Instructions
Description
DefaultCS.aspx
DefaultCS.aspx
DefaultVB.aspx
DefaultCS.aspx.cs
DefaultVB.aspx.vb
Open in new window
RadDatePicker exposes several client-side events which allow easy and flexible use in a wide range of application scenarios:
OnDateSelected
- fired whenever the selected date of the datepicker is changed.
OnPopupUpdating
- fired only on calendar popup opening prior to the synchronization of the date in the calendar popup and the DateInput. Cancel this event to override the default DatePicker behavior of synchronizing the date in the DateInput and Calendar controls. This is useful for focusing the Calendar component on a date different from the DateInput one. The event is obsolete. Please, use OnPopupOpening and OnPopupClosing events instead.
OnPopupOpening
- fired only on calendar popup opening prior to opening the calendar popup and its synchronizing with the DateInput value. Cancel this event to override the default DatePicker behavior of synchronizing the date in the DateInput and Calendar controls. This is useful for focusing the Calendar component on a date different from the DateInput one and/or set some condition for opening the Calendar control.
OnPopupClosing
- fired only on calendar popup closing prior to the synchronization of the date in the calendar popup and the DateInput. This event is useful if you need to set some condition for closing the Calendar control on click of its date cell.
Copyright 2002-2010 © Telerik. All right reserved |
Telerik Inc., 460 Totten Pond Rd, Suite 640, Waltham, MA 02451
www.telerik.com
|
Terms of Use
|
Contact Us