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

RadNumericTextBox: how to change position of SpinButtons

1 Answer 145 Views
Input
This is a migrated thread and some comments may be shown as answers.
Katarina
Top achievements
Rank 1
Katarina asked on 24 Mar 2009, 12:50 PM
So, I need to change position of NumericTextBox. I put CssClass, but it doesnt affect on SpinButtons. I tried to put the same CssClass on SpinUpCssClass and SpinDownCssClass and also on ButtonCssClass, but they are still on the same place. How I can move them?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Mar 2009, 08:49 AM
Hello Katarina,

You can try overriding of the spin css in the skin file of the RadInput as follows inorder to move the spin buttons:
css:
 <style type="text/css">     
      
   .radInput_SkinName a.spinbutton    
    {            
      margin-left:25px !important;  /*to move the buttons left*/ 
      
    }    
 </style>  

Thanks
Princy.
Tags
Input
Asked by
Katarina
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or