Posted
on Jun 9, 2006
(permalink)
I've searched the forum and found no posts talking about my situation.
I got 40 some RadDatePickers on my page and I let them share one RadCalendar to help on quicker page loading. Each of the RadDatePicker is bound to a corresponding database date field, and if there's data, the date data shows; if no data, the DateInput box is empty and ready for user to pick a date, but every time the calendar panel pops up, the starting date is always 07/0/7/1777, which is the MinDate set in the RadDatePicker. What I want is to have the date of the calendar panel set to be current date when the RadDatePicker is clicked. Also I'm wondering if it's possible to achieve this through the shared RadCalendar so all the RadDatePicker sharing it will have same effect.
I'm using rad.calendar 1.5.1, TIA.