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
105
Using text editor as a Numeric Editor without mask
posted

In order to workaround the Numeric Editor use of the pre-set decimal, I created my own custom numeric editor inheriting from the UltraTextEditor.  I did this so that the user can have control over the decimal point when typing.

So I set the horizontal alignment to Right-Align, but it it is a little close to the edge.

What property do I need to set in order to "scoot" the text slightly to the left?

Parents
No Data
Reply
  • 53790
    Suggested Answer
    posted

    Hello LBeedles,

     

    Maybe one possible approach to achieve the desired behavior is by using a CreationFilter. Could you please take a look at the attached sample for more details. Please let me know if you have any questions.

    Regards

    Georgi

    UltraTextEditorRightPadding.zip
Children
No Data