Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
UltraDatetimeEditor fill
posted

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 PM

Is it possible?

 

Regards

Zeljko Todorovic

Parents
  • 419
    posted

    In the CellDataError event handler, you could set '0' in place of the underscores.

    and also make sure to set the follwoing

    e.RaiseErrorEvent = false;

    e.StayInEditMode = false;

Reply Children