allows setting a custom paging skin
name | string | the skin's name (default,toolbar,bricks) |
//set the "bricks" paging skin
mygrid.setPagingSkin("bricks");
//set the "toolbar" paging skin with the "dhx_skyblue" toolbar's skin
mygrid.setPagingSkin("toolbar");
//set the "toolbar" paging skin with the "dhx_web" toolbar's skin
mygrid.setPagingSkin("toolbar","dhx_web");
Back to top