Hi,
I have downloaded and using the standard edition of the dhtmlxgrid with excel combo. I have set the second column to be a list with excel type “co”. It works perfect with firefox version 2.0. On dbl-clicking i am able to select from the drop down list. But in Firefox 3.0 the drop-down list is not visible.
Please help
regards,
chitra
Problem can be caused by used layout. If you have absolutely positioned elements, the list can be just hidden beyond them.
Please try to update dhtmlxgrid.css in next way
.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; //<=this is added|increased