Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Combobox > Radcombobox displays shadow when it is inside grid as item template
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Radcombobox displays shadow when it is inside grid as item template

Feed from this thread
  • Preetham avatar

    Posted on May 4, 2011 (permalink)

    Hi Team,

    I am using telerik controls version 2009.3.1208.20 and I am facing a peculiar problem with the radcombobox control, when i use the radcombobox inside a grid as an item template the combobox displays a shadow just below.

    I am attaching the image of the grid that i am working on, all the drop-down controls used there are radcombobox controls but each behave in a different way.

    Please check out and will be grateful of getting any help from the team

    Thanks,
    Preetham
    Attached files

  • Preetham avatar

    Posted on May 23, 2011 (permalink)

    Team,
    Thanks for the help.
    I could fix this issue by modifying the code in Combobox.skinname.css

    * html .RadComboBox_Plain .rcbInputCellLeft,
    * html .RadComboBox_Plain .rcbInputCellRight,
    * html .RadComboBox_Plain .rcbArrowCellLeft,
    * html .RadComboBox_Plain .rcbArrowCellRight
    {
        background: url('ComboBox/rcbSpriteIE6.png') no-repeat;
        height:auto !important;
    }

    this was happening since combobox was inheriting some of the radgrid styles, and hence requires overriding the same

    Preetham.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Combobox > Radcombobox displays shadow when it is inside grid as item template