Check documentation for the latest version of dhtmlxSuite setColumnIds DHTMLX Docs

setColumnIds

sets id for every column

void setColumnIds(string ids);
idsstringa comma-delimited list of ids or an empty one, if the values to use have been set earlier

Example

mygrid.setColumnIds("sales,book,author,price,store,shipping,best,date");

Details

the method can be used to retreive the index of the desired column

Back to top