Unplanned
Last Updated: 14 Jun 2021 14:01 by ADMIN
Title says it all really. The current functionality is clunky and doesn't persist and it should.
Completed
Last Updated: 06 Jun 2013 07:28 by ADMIN
Fixed: RadMaskedTextBox value not submitted correctly when DisplayMask differs from Mask in some cases.
Completed
Last Updated: 11 Jun 2013 14:12 by ADMIN
Completed
Last Updated: 01 Oct 2015 12:18 by Akesh Gupta
ADMIN
Created by: Milena
Comments: 2
Category: InputManager
Type: Bug Report
8

			
Won't Fix
Last Updated: 11 Mar 2016 13:26 by ADMIN
This issue is related to a specific browser bug. In this case Internet Explorer does not allow changing the text alignment with JS. However, to workaround it please use the following CSS rule:

html .RadInput .riTextBox {
    text-align: right;
}

For the specific state on the control you can add the corresponding CSS class (riEnabled / riFocused / riHover) on the same selector

html .RadInput .riTextBox.riEnabled {
    text-align: right;
}
Completed
Last Updated: 21 Jun 2022 14:58 by ADMIN
ADMIN
Created by: Pavlina
Comments: 1
Category: InputManager
Type: Bug Report
0

			
Declined
Last Updated: 17 Feb 2015 11:42 by ADMIN
ADMIN
Created by: Nikolay Rusev
Comments: 2
Category: InputManager
Type: Feature Request
18

			
1 2 3 4