Categories | Question details Back To List | ||
Label internationalizing for paging I'm using version 1.5 of the grid. Is it possible to internationalize the labels for paging? I use the Toolbar for paging with enablePagingWT. Thanks! Answer posted by Support on Jan 14, 2009 05:32 In grid 1.5, you can use setPagingWTMode command to change the text labels as grid.setPagingWTMode(true,true,true,true,["Results","Records from "," to ","Page ","rows per page",'To First Page','Previous Page','Found Records','Next Page','To Last Page']); In case of latest version of dhtmlxgrid http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Custom_paging.html#grid_art_custpaging |