Hi.
How to enter value without being selected all text or not have deleted old value in the UltraDateTimeEditor?
thanks for quick reply!
Component One do it very well
Hi,
I'm using that but when mouse click it does not selectAll
I mean: when the user enters the control, they can just start typing and not have to remove the previous value and not have to select all text, it override previous value like press "Insert" key before typing.
Assuming you mean: when the user enters the control, they can just start typing and not have to remove the previous value. In this case, handle the control's Enter event, and call the control's SelectAll method.