sets the path to external images used in the grid (tree and img column type)
path | string | url of (or a relative path to) the images' folder with the closing ”/” |
myGrid.setIconsPath("../codebase/imgs/icons_greenfolders/");
Back to top