Check documentation for the latest version of dhtmlxSuite setIconsPath DHTMLX Docs

setIconsPath

sets the path to external images used in the grid (tree and img column type)

void setIconsPath(string path);
pathstringurl of (or a relative path to) the images' folder with the closing ”/”

Example

myGrid.setIconsPath("../codebase/imgs/icons_greenfolders/");

Back to top