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

Css for Multiple Rows and column combobox in Grid

0 Answers 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jai
Top achievements
Rank 1
Jai asked on 12 Jul 2011, 11:29 AM

Hi,

I have one combobox in Grid and i want to show this combobox as Multiple Rows and column and i am using the following css for this combobox

.multipleRowsColumns .rcbItem,
.multipleRowsColumns .rcbHovered
{
    float:left;
    margin:0 1px;
    min-height:13px;
    overflow:hidden;
    padding:2px 19px 2px 6px;
    width:125px;
}

This style sheet is not woking for combobox that is in grid.

Can anyone tell me the css that will apply to the combobox so that i can get the combobox as Multiple row and column in grid ?

Thanks,
--Jai


No answers yet. Maybe you can help?

Tags
Grid
Asked by
Jai
Top achievements
Rank 1
Share this question
or