Check documentation for the latest version of dhtmlxSuite setColTypes DHTMLX Docs

setColTypes

sets column types

void setColTypes(string typeStr);
typeStrstringthe list of type codes(default delimiter is ",")

Example

mygrid.setColTypes("dyn,ed,txt,price,ch,coro,ra,ro");

Details

You can find the list of possible column types with their description in the article Column Types.

Back to top