How To Catch The Datepicker Close Event
I am using the date picker and it is working fine. Few of my web page need some calculation using the start and end date. I would like to be able to do the calculation when the da
Solution 1:
You are looking for onClose
method.
Refer to API Documentation here
Post a Comment for "How To Catch The Datepicker Close Event"