dhtmlxToolbar in pagination

Function used:

mygrid.enablePagingWT(true,10,5,“gridboxpaging”);



Script insertion:

    

    

    

    



When i try pagination with toolbar, the toolbar does appear and is functional, but, the images on the toolbar are not visible as the directory of images is pointing to some other location. How can i change the image source location for this toolbar?





Thanks

Vru

By default toolbar use the same image path as used by grid.
Because all standard toolbar images included in grid package, you just need to set correct path by
     grid.setImagePath(“codebase/imgs/”)

The path need to be set before enabling paging.