Categories | Question details Back To List | ||
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 Answer posted by Support on Aug 26, 2008 07:22 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; } Answer posted by Ashwini on Aug 26, 2008 23:40 Thanks a lot! its working fine |