2 things
1) I am using MonthCalendarExt
2) We want all the dates that they''ve previously selected to show up as if they had just performed the selection
i.e.
From April 1st to 5th AND from April 8th to 12th
If those are the dates that are stored in the DB, I would like to do something like
for each date in db
add selection for that date to control
next
Thanks.
>Hi J.F.,
>
>It is possible to programmatically set the date on a MonthCalendarExt as shown in the code below :
>
>this.monthCalendarExt1.Value = new DateTime(2004,01,30);
>I have also attached a
sample application here which shows how this works. Please let me know if you need any additional information. Thanks for considering Syncfusion products.
>
>Regards,
>Guru Patwal
>Syncfusion, Inc.