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
925
Some issues with XamNumericInput
posted

Hi,

I use the XamNumericInput control with following settings.

 

 

 

 

 

 

 

 

 

this.Mask = "nnnnnnnnnnnnn.nnnn";

 

 

 

this.PromptChar = new Char();

 

 

 

this.TrimFractionalZeros = true;

 

 

 

this.DisplayMode = InputMaskMode.Raw;

 

 

this.DataMode = InputMaskMode.Raw;

1. The property "SelectionStart" don`t show the correct cursor position.

2. When the cursor is at the end or begin of the text, I can`t move the cursor with the arrow keys.

3. Type "123.123" in the textbox. Select all characters with the mouse from right to left in the textbox and delete the selected text. Now the XamNumericInput control shows ".1".

 

I believe, the XamNumericInput control have problems when the prompt char is empty.

 

Regards

Marco

Parents Reply Children
No Data