Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
795
ultradatetimeeditor
posted

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

  • 469350
    Verified Answer
    Offline posted

    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.