Ajax CalanderExtender :Display dates of current (selected) month only
Today I have decided that I will start writting one post everyday. Lets see how far I go.
Today only one bug( rather a minor change) was requested by our clients doing UAT.
Problem : We have ajax calanderextender and it shows all the dates for the selected month.
Solution : So rather than doing something in the code the best thing to do was just try and chage the CSS.
And it did work like charm.
I added following lines to the CSS.
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year
{
color: White;<!-- Select What ever colour you want -->
}
And the problem was fixed without messing the CalanderExtender.
Thank you.
Vishal
Tags: Ajax









