I have in my database days, which are not buisness dates(sundays, holidays).
I want to mark this days in red, in the date picker.
I would like to do it, on client side, with javascript.
the following post http://forums.infragistics.com/forums/t/45550.aspx
shows how to do it in webdatechooser.
But I understand, that webdatechooser is obsolete.
I dont have it it my toolbox.
How to do the same thing in webdatepicker?
Hello drpoalim,Please take a look at the attached from me sample. It uses a calendar and adds custom days to this calendar. Hope the sample helps you to achieve the design you are looking for.
I want to add the days, on client side, using javascript, and not hard coded,
since they change.
Can you please show a code for it..