4 Answers, 1 is accepted
0

Shinu
Top achievements
Rank 2
answered on 11 Jan 2011, 06:30 AM
Hello Brown,
You can add the holidays by creating DayTemplate dynamically which is explained in this documentation.
Shinu.
You can add the holidays by creating DayTemplate dynamically which is explained in this documentation.
Shinu.
0

Brown
Top achievements
Rank 1
answered on 11 Jan 2011, 02:49 PM
Hi Shinu,
That is hardcoded values.. i need to retrieve the values (holidays) from Database...Tell me how to do that?
That is hardcoded values.. i need to retrieve the values (holidays) from Database...Tell me how to do that?
0

Cori
Top achievements
Rank 2
answered on 11 Jan 2011, 03:53 PM
Hello Brown,
If you look at item number 9 in that help topic, you will see that they add the days into the SpecialDays collection. In your case, you would read the records from SQL and then created the RadCalendarDays based on the column values, so setting the Date and adding them to the SpecialDays collection.
I hope that helps.
If you look at item number 9 in that help topic, you will see that they add the days into the SpecialDays collection. In your case, you would read the records from SQL and then created the RadCalendarDays based on the column values, so setting the Date and adding them to the SpecialDays collection.
I hope that helps.
0

Brown
Top achievements
Rank 1
answered on 16 Jan 2011, 02:20 AM
Hi,
Can you please tell me which is that topic exactly.. where i need to refer ?
Can you please tell me which is that topic exactly.. where i need to refer ?