Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > MaskedTextBox > How can I fix the length before and after decimal

Not answered How can I fix the length before and after decimal

Feed from this thread
  • Kotte avatar

    Posted on Sep 16, 2011 (permalink)

    Hi,

    How can I fix the length before and after decimal using RadMaskedTextBox 
    we can do this using RadMaskedInput by setting the mask some thing like #3.2 .I can not use RadMaskedInput control as I have some problems in saving the data.


     <TextBlock Text="Number, five digits after decimal point" />
       
    <telerik:RadMaskedTextBox MaskType="Numeric"
                                       
    Mask="n5"
                                       
    Margin="0,5,0,10" />


    here we can fix only after decimal.

    <TextBlock Text="Five digits number" />
       
    <telerik:RadMaskedTextBox MaskType="Numeric"
                                       
    Mask="d5"
                                       
    Margin="0,5,0,10" />

    Here we can fix before decimal...

    Thanks,
    Kotte

    Reply

  • Petar Mladenov Petar Mladenov admin's avatar

    Posted on Sep 21, 2011 (permalink)

    Hello Kotte,

     Could you please elaborate more on your problems with the MaskedInput and the reasons you cannot use it? May be we could advice you and provide you with solution/workaround so that you will be able to use the feature you need. On the other hand, this cannot be easily achieved in the RadMaskedTextBox. Thank you for your cooperation in advance. 

    Kind regards,
    Petar Mladenov
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > MaskedTextBox > How can I fix the length before and after decimal
Related resources for "How can I fix the length before and after decimal"

Silverlight MaskedTextBox Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]