I am using an UltraNumericEditor for a grid cell editor. Is there a way to control how the editor mask is aligned? I have noticed some curious behavior which is what I would like to be able to control/emulate.
If the column width is small, and my editor mask has a bunch of prompt chars after the decimal point, the decimal point gets aligned to the left edge of the cell. Then when the user starts typing in the cell, all their input is invisible because it is to the left of the column border.
(See the NumericColumnInitial.jpg in attached ZIP)
The strange behavior is that if switch focus to another app, and then back, the editor is now aligned such that the decimal point is at the right edge of the cell, and any user input is now visible.
(See the NumericColumnAfterFocusChange.jpg in attached ZIP)
This is the state I would always like the editor to start in and stay in. Is there any way to control this?
Thanks,
Stefan
Hello Stefan,
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.