Hi there,
Is there a way for the date picker to retain focus on invalid input. I have managed to achieve this in the combobox control by calling the focus() method inside the change event if the data entered is rubbish. However the date picker does not have a focus event (or at least not one that works the same as the combo box one).
I wonder if there is another way to achieve this?
Thanks