Check documentation for the latest version of dhtmlxSuite refreshComboColumn DHTMLX Docs

refreshComboColumn

updates the cells of the combo column

void refreshComboColumn(number index);
indexnumberthe column index

Example

myTreeGrid.refreshComboColumn(index);

Back to top