Hi All,
I was wandering about one thing. In some case behaviour of UltraDateTimeEditor component is not so good. For example if I have something like this:
HH:m|m:ss
And if I start typing on place where is '|' value will not be changed. Only if I delete one or both numbers I can do change. Is possible to have behaviour as in .net datetimepicker? In that case if I click on minutes and just start typing minutes are changing with out any action before.
Thanks in advance!
Hello,
The UltraDateTimeEditor doesn't have that capability built in, but if you do what I did in the attached sample, you'll find it works the way you want. The same technique can be used with the UltraMaskedEdit control.