I have infragistics XamDateTimeInput control. I want to prevent users to select some configured dates(Disable the dates). Here is the example which i found in a train booking site. They disabled the past dates.
Thanks
Hello Muthoot,
I am just checking if there is anything else I can do for you.
Sincerely,Tania
Infragistics Inc.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I set Disable Dates range (DateTime.MinValue, DateTime.Now.AddDays(-1)) of the XamCalendar of the XamDateTimeInput’s. This disabled all dates from the past until yesterday.
Please do not hesitate to let me know if you have any further questions on this matter.