Rank: Member Groups: Member
Joined: 9/22/2008 Posts: 14
|
Hello,
There is a way to use date picker component on diferent textbox One for days, One for months (listbox) and One for Years.
It could be available change date by text box or by calendar popup.
Is it posible? Could you help me?
Thank you.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, This is possible. Basically you need to use the PopupCalendar control for the calendar popup and implement the rest (the textbox part) by yourself. You would then add some JavaScript to display the PopupCalendar when you need to (for example, when user clicks an image button). This function is used to display the popup calendar: http://doc.essentialobjects.com/library/1/jsdoc.public.global.eo_showpopupcalendar.aspxYou would then handle the Calendar's ClientSideOnSelect to fill your textbox when user selects a date from the popup. Thanks!
|