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

Handle Padding inside Rad Combobox and RadGrid

1 Answer 166 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Dinker Batra
Top achievements
Rank 1
Dinker Batra asked on 19 Jan 2012, 11:02 PM
I am unable to manage the padding (space inside the control) for Rad Grid and Rad Combobox. Please refer the attached image displaying space (marked red) inside row of Rad Grid control.

Any suggestions?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 Jan 2012, 05:52 AM
Hello,

Try the following CSS to apply Padding in RadComboBox and RadGrid.

CSS:
//for RadGrid
   .RadGrid .rgRow td, .RadGrid .rgAltRow td
       {
           padding-bottom:30px !important;
           padding-top:30px !important;
       }
// for RadComboBox
     .rcbItem,.rcbHovered
       {
           padding-bottom:15px !important;
           padding-top:15px !important;
       }

Thanks,
Princy.
Tags
Ajax
Asked by
Dinker Batra
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or