When the spin buttons on the UltraNumericEditor are set to display they hide the value in the editor when it does not have focus. Only when the editor has focus can I see the value bound to it? Why? The only way that the value in the editor is alwasy visible, which is the desired behavior, I have to remove the spin buttons. I have the autosize property set to false, and this only helped when I had spinbuttondisplaystyle set to OnMouseEnter , but when I moused over the filed, the buttons displayed over the value in the editor, whey would this occur, I did not click in the editor. How can I have the spin buttons present without them interferring with the display of the value in the editor when it does not have focus?
Thanks!
Obviously, there is no reason why having spin buttons should hide the value in the control. If that's happening, something is clearly wrong. Make sure you have the latest Hot Fix and if that does not help, you should Submit an incident to Infragistics Developer Support
Mike:
I am fairly new to my company and therefore to Infragistics. Where would I be able to get hotfixes, or to determine if this even was a hot fix? This would be helpful for us to find if issues we see are fixed or if a we need to put an issue into your development team.
Plus, I did find that whether spinners are displayed or never displayed, that the numericeditor control will not display the value it is bound to when the field is a certain size. When it has focus it will display the value no matter what the size of the control is, therefore, it should display the value when I tabbed out of the control, but it does not. Once I expanded the control, which I do not really want to do, the value was visible. The value is a one digit number and the field has to be pretty large to see it, is this a hot fix? How can I find out?
Thanks