Skip to main content

How to have a Date Picker to perform actions after a date is selected?

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

The LostFocus event cannot be used to perform actions after a date is selected since the this event is occurring as soon as the user clicks on the arrow down button to show up the calendar.

Resolution:

The event that should be used in this case is ValueChanged. As soon as a date is selected, the ValueChanged event can then take place.

Old KB# 6580

0 replies

Be the first to reply!