getting all the rows of a table not just the current page rows

11 views
Skip to first unread message

Parimah Mehrrostami

unread,
Apr 9, 2009, 6:02:43 PM4/9/09
to flex...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages