Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: Editors
Type: Feature Request
0
Users should be able to insert the decimal separator character of the current culture by pressing the '.' (dot) char from the numeric pad.
Completed
Last Updated: 03 Feb 2010 09:42 by ADMIN
ADMIN
Created by: Dobry Zranchev
Comments: 0
Category: Editors
Type: Bug Report
0
Currently, RadSpinEditor Value property can not be databound.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: Editors
Type: Bug Report
3
In certain cases RadSpinEditor.Value property is not updated correctly. This happens, because RadSpinEditor does not lose focus as it is supposed to.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: Editors
Type: Bug Report
0
When Mask is n3, MaskType is Numeric and you first type something like 1230.00 and then you try to type '5' between '1' and '2', '5' goes after the zero before the point. So you get 12305.000 as a result, but it should be 15230.000.
Declined
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: Editors
Type: Bug Report
0
When a user selects a known color, the SelectedColor property returns an RGB value instead of the known color.

Resolution: The Color.Name, IsNamedColor and IsKnownColor properties are set properly.