Hi, i'm not sure is it possible using this component.
I'm using {date} {longtime} for MaskInput, so i have something like
11/21/2008 03:20:42 PM
I would like if i type somethink like this
11/21/2008 03:__:__ __ <= just 03 and press TAB to fill other filds for example 11/21/2008 03:00:00 PMIs it possible?
Regards
Zeljko Todorovic
For the standalone control, you would probably use the Leave or maybe Validating event.
Thanks for answer.
But, i don't have CellDataError event handler on this control?!
In the CellDataError event handler, you could set '0' in place of the underscores.
and also make sure to set the follwoing
e.StayInEditMode = false;