Categories | Question details Back To List | ||
How do I add values to a combo box using the
dhtmlXGridObject?... How do I add values to a combo box using the dhtmlXGridObject? Answer posted on Mar 05, 2007 09:56 The
grid has method getCombo, which return collection of combobox values for
selected column. So you need to use next syntax mygrid.getCombo(5).put(1,"on" ); where: 5 - is column ID 1,"on" - label/value
pair Answer posted by Embre (Support) on Dec 10, 2014 12:02 If you haven't found the needed information there and still looking for a solution, you will find the additional help checking php upload with progress bar and java script for date. |