This question is locked. New answers and comments are not allowed.
I have a FromDate and ToDate. In FromDate's onChange event, I want to set the ToDate's min as the date selected in FromDate. However, in onChange event the value() returns the value that is old i.e. not the selected value but the value that is already in the control.
And setting the min or max also exhibits bizarre behavior as the value is set in the ToDate and the popop remains open, kind of stuck.
And setting the min or max also exhibits bizarre behavior as the value is set in the ToDate and the popop remains open, kind of stuck.