Hi everyone
I have a table which
$("#tbl").flexigrid({
url: '',
clientpaging: true,...........
rp: 25,
rpOptions: [25,50,100],.........
when I do
rows = $("#tbl").find("tbody > tr").get()
for (i=0; i, rows.length; i++)
rows.length is always 25, even though there are 100 pages of 25 rows...
Does anyone know how to get a handle on the rows..
Also is there any way that I can dynamically change the values of selected rows?
thanks
Parimah