This is a migrated thread and some comments may be shown as answers.

RadNumericInput autocomplete

1 Answer 72 Views
Input
This is a migrated thread and some comments may be shown as answers.
Raffy
Top achievements
Rank 1
Raffy asked on 27 Mar 2009, 06:20 AM
Hi.

The company I am working uses the RadNumericInput control with it's language set to Danish (Denmark).

The problem occurs when you click from the RadNumericInput's autocomplete dropdown.
When I doubleclick the RadNumericInput control,  I have these numbers listed in the autocomplete dropdown.

400.000
444444
444.444
500.000
555.555

If I select a number and lost focus from the RadNumericInput control, the following happens.

400.000 -> 400                         // any characters starting from the thousand separator to the end of the entry are being
                                                     disregarded if it contains zeroes.
444444  -> 444 444                  // the value was formatted but the thousand separator becomes space character
444.444  -> 444 444                 // the thousand separator becomes space character
500.000  -> 500                        // any characters starting from the thousand separator to the end of the entry are being
                                                     disregarded if it contains zeroes.
555.555  -> 555 555                 // the thousand separator becomes space character

Is there any way to fix this?

Thank you and best regards,
Raffy

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 27 Mar 2009, 03:00 PM
Hello Raffy,

You can disable the autocomplete as shown below:
<telerik:RadNumericTextBox ID="RadNumericTextBox1" runat="server" autocomplete="off" /> 

Best regards,
Daniel
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Input
Asked by
Raffy
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or