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
1280
Incorrect behavior in XamCurrencyInbut
posted

Hi,

I am creating a XamCurrencyInput from code behind with the following code:

var xamCurrencyInput = new XamCurrencyInput
                {
                    Name = "Property" + property.PropertyId,
                    Tag = property,
                    Text = property.Value,
                    SpinWrap = false,
                    Margin = new Thickness(5),
                    Width = 120,
                    VerticalAlignment =  VerticalAlignment.Center,
                    ToolTip = property.PropertyName.Description,
                    SpinButtonDisplayMode = SpinButtonDisplayMode.MouseOver,
                    DisplayMode = InputMaskMode.IncludeLiteralsWithPadding,
                    
                };

It shows the correct value in the textfield, but when I want to change the text it only adds the entered text to the existing text, and I cannot delete the existing text.

Is this a bug or do I do something wrong ?

EDIT:

I am using version 2014.1

Parents
  • 34430
    Offline posted

    Hello Nawed,

    I have investigated your issue, and I have asked our engineering staff to examine this further.  To ensure that it will receive attention, I have logged this behavior in our internal tracking system with a Development ID of 171674.  The next step will be for a developer to review my investigation and confirm my findings or to offer a fix, or other resolution.

    I have made this case viewable to you. It has a case ID of CAS-136765-R8N7G5. I will update you with any new information after the review.  You can also continue to send updates to this case at any time.  

    Please let me know if you need more information.

    Sincerely,
    Andrew
    Developer Support I
    Infragistics Inc.
    www.infragistics.com/support

     

Reply Children