Categories | Question details Back To List | ||
how do use array to initialize combo in dhtmlgrid? how do use array to initialize combo in the cell of grid? thanks. Answer posted by dhxSupport on Apr 28, 2009 05:37 To add options in the 'combo' eXcell type using Java Script array you can use following code: var combo=mygrid.cellByIndex(rowIndex,cellIndex).getCellCombo(); // getting object of a cell combo |