Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ComboBox > Font Size Issue

Not answered Font Size Issue

Feed from this thread
  • Shawn Intermediate avatar

    Posted on Feb 8, 2012 (permalink)

    I am trying to create a large combo box, however when I increase the font size, the control does not render correctly.  I don't see any other properties that allow me to adjust the control accordingly. It doesn't matter what skin I choose.  See the image example I attached.

    Attached files

    Reply

  • Posted on Feb 9, 2012 (permalink)

    Hello,

    Try setting margin-top in CSS as shown
    CSS:
    .RadComboBox table td.rcbInputCell, .RadComboBox .rcbInputCell .rcbInput
     {
     font-size:18px !important;
     margin-top:-6px !important;
     }

    Thanks,
    Princy.

    Reply

  • Shawn Intermediate avatar

    Posted on Feb 9, 2012 (permalink)

    This helps, but it doesn't actually make the combo box bigger.  I want to increase the size of the box itself, as well as the button associated with it.  Is that possible?

    Reply

  • Posted on Feb 10, 2012 (permalink)

    Hello Shawn,

    Unfortunately you can't directly set RadComboBox height.Check the following link for further information.
    how can i change the height of Radcombobox (Not the height of it's dropdown)

    Thanks,
    Princy.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ComboBox > Font Size Issue
Related resources for "Font Size Issue"

ASP.NET ComboBox Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]