highslide combo box problem

Hi,



I am opening highslide on onRowSelect function which works fine.The highslide i have has another grid with “coro” as one of the col types.The combo box in the highslide is not opening(or expanding) when i click on that particular column.This problem does not exist in IE 6.0 but occurs in IE 7.0.



Please help…TIA

Most probably issue caused by used z-indexes.
You can try to increase z-index of combo , which defined in dhtmlxgrid.css

.dhx_combo_select{
font-family:arial;
font-size:12px;
border:1px solid;
border-color:black silver silver black;
background-color:white;
overflow:hidden;
cursor:default;
position:absolute;
height:auto;
z-index:600;
}

Thanks a lot! its working fine