Categories | Question details Back To List | ||
enablePagingWT when no data, dont show Null in page select box, but a string "no pages" I'm using enablePagingWT , and the problem is that when the bean is empty, it shows null in the combobox selection box, I will like to show a string "no Page". This is my code: mygrid.init(); mygrid.setPagingWTMode(true,true,true,false,["Results","Records from "," to ","Pag. "," Rows."]); mygrid.enablePagingWT(true,12,0,"recinfoArea"); Answer posted by Support on Mar 31, 2008 04:58 Problem confirmed and fixed, fix will be released as part of next build. If you need updated code ASAP - please contact us directly at support@dhtmlx.com and provide your ref. number |