Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to Override Calender's Today button event

    Hi ,

    I am facing issue to customize DateItem 'Today' button event.
    I have an requirment that for DateItem when click on the date picker button by default our application date will highlight (not the current day Calendar date),
    but the requirement is click on "Today" button it should get the highlighted date in the respective text field, instead its returning current date of calender.

    Please let me know how to achieve customize the 'Today button' event.

    I need it very badly.
    Thanks in advance.
    Last edited by umeshm; 25 Jun 2014, 08:09.

    #2
    Any solutions ?

    Comment


      #3
      Hi umeshm,

      without looking it up:
      Originally posted by umeshm View Post
      for DateItem when click on the date picker button by default our application date will highlight (not the current day Calendar date)
      I'm pretty sure there is a a simple API for that.

      Originally posted by umeshm View Post
      but the requirement is click on "Today" button it should get the highlighted date in the respective text field, instead its returning current date of calender.
      You can access the generated buttons as AutoChilds. See the docs.

      Best regards,
      Blama

      Comment

      Working...
      X