This is a migrated thread and some comments may be shown as answers.

RadNumericTextBox Disable Exclamation

1 Answer 98 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kenneth
Top achievements
Rank 1
Kenneth asked on 18 Jun 2010, 03:22 AM
Dear Telerik

       Is there anyway I can disable the exclamation icon  when a character is keyed in to "RadNumericTextBox" ??

Kenneth

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 Jun 2010, 08:09 AM
Hello v,

Add the following style on page in order to remove the icon, showing when you press character in RadNumericTextBox.

CSS:
 
    <style type="text/css"
        html body .RadInput_Default .riError, html body .RadInput_Error_Default 
        { 
            backgroundnone !important; 
        } 
    </style> 


-Shinu.
Tags
General Discussions
Asked by
Kenneth
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or