Hi,I have an requirement to allow the user to set the date as 01/01/9999,but the maxdate property for ultradatetimeeditor is till the year 9998.how can i achieve setting the year to 9999.Is there any method i can ovveride and try setting the date to 9999.Please advise.
Thanks Mani
Hi Mani,
UltraDateTimeEditor uses the inbox MonthCalendar control for it's dropdown, and it is the MonthCalendar that limits you to the year 9998 - I have no idea why.
I recommend using UltraCalendarCombo, instead. It has no such limitation, as it does not rely on the inbox control.