|
Rank: Newbie Groups: Member
Joined: 5/15/2009 Posts: 3
|
I need to get some dates from a database to display in the date picker dayrender. When scrolling through the date picker I need see these dates highlighted in the datepicker calendar. I have been trying to get this to work but have not had any success. Does anyone have any ideas or is there a work around solution?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Here is a sample that you may find useful: http://demo.essentialobjects.com/Default.aspx?path=Calendar\_i1\schedulerThe sample queries a list of holidays from the database and then uses that information to decide whether a particular day is a holiday. If it sees a holiday, then it renders it differently. You can take a look of the full source code of the sample and see how it works. The sample is for Calendar, but it should work with DatePicker as well. Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 5/15/2009 Posts: 3
|
Hello
Thank you for your reply. Forgive me but I have been looking for the source code that you mentioned, but I am having some difficulty trying to find it. Can you advise?
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You would go to Start -> All Programs -> EO.Web Controls 2008 -> EO.Web for ASP.NET XX -> Live Demo -> Live Demo Source Code.
Thanks
|
|