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

Birthday Calendar without Year

2 Answers 64 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Raymond Mui
Top achievements
Rank 1
Raymond Mui asked on 06 May 2008, 03:34 AM
I am making a registration form, which includes a birthday field.  However, we don't want to (and cannot) ask for the year of the client birthday.  I am trying to utilitize the RadComboBox (to select Month) and RadCalendar (to select date).  When the Month ComboBox's SelectedItem changed, I would like to change the RadCalender. 

But I am having some problems.  Here're the questions:

1) Can I eliminate the Title that showing Month/Year, coz we do not need it.
2) How can I change the initial month (not showing current day, but, say, Jan 1 2009)?  I tried to change the SelectedDate property, but no effect.

Thanks

2 Answers, 1 is accepted

Sort by
0
Raymond Mui
Top achievements
Rank 1
answered on 06 May 2008, 06:03 AM
I have just found that I should used the FocusedDate to set show the initial month/day in a RadCalendar.

So, it left the first question: can I hide the calendar's Title?

Should it be done via CSS?

0
Raymond Mui
Top achievements
Rank 1
answered on 06 May 2008, 07:18 AM
Well, I gave up using the RadCalendar in this situation, and create one by Linkbuttons in a table, without the title.

^^
Tags
Calendar
Asked by
Raymond Mui
Top achievements
Rank 1
Answers by
Raymond Mui
Top achievements
Rank 1
Share this question
or