Hi, I’ve searched the forums and saw this post viewtopic.php?f=2&t=13818 which says to use a custom eXcel implementation. Do you have samples of custom eXcel implementations I can look at? Ideally this custom eXcel would behave similarly to the “combo” column type. I have a trial for the pro version and can submit a ticket if needed.
Thanks for the prompt response. I’ve tested it and it does not seem to load automatically when a row is added. Also, I would like to have the full drop down displayed, currently I get what you see in the attached image. Is there anyway to do this? If I can add my own HTML into the custom cell that would also be helpful.
combo_v test
$(document).ready(function(){
myGrid = new dhtmlXGridObject("myGridWrapper");
myGrid.setHeader("Col1,Col2");
myGrid.setColumnIds("Col1,Col2");
myGrid.setColTypes("combo_v,combo_v");
/**
I manually added an image from /skins/web/imgs/dhxgrid_web/combo_select_dhx_web.gif
with the name combo_v is searching for to a custom folder
If I use this without this customization, I get an image not found error
**/
myGrid.setSkin("dhx_web");
myGrid.imgURL = "/proj_nm/res/img/";