Xcar
26 Sep 2007, 2:33 PM
Hi , There is my problem ..
I have a grid load some data the first time i enter to the page ..
this grid paging OK all the data ..
and show correctly the count of pages ..
later al filter int the side of server this way >
ds.load({params:{
start : 0,
limit : 200,
lempresa : empresa,
lmarca : marca,
llinea : linea,
lcolor : color,
lcodigo : codigo,
ltiposervicio :tiposervicio,
lpedido : pedido,
ldespacho :despacho,
lconcesionario : concesionario,
lbanco : banco,
lanno : annomodelo,
lestadovehiculo :estadovehiculo}});
and this code filter the data show in the grid correcty and show the count the pages ok ...
But when a go to the page 2 the load all data again .. the grid show the same data when a enter to the page for first time ...
I really need somebody help in tthis problem ...
I have a grid load some data the first time i enter to the page ..
this grid paging OK all the data ..
and show correctly the count of pages ..
later al filter int the side of server this way >
ds.load({params:{
start : 0,
limit : 200,
lempresa : empresa,
lmarca : marca,
llinea : linea,
lcolor : color,
lcodigo : codigo,
ltiposervicio :tiposervicio,
lpedido : pedido,
ldespacho :despacho,
lconcesionario : concesionario,
lbanco : banco,
lanno : annomodelo,
lestadovehiculo :estadovehiculo}});
and this code filter the data show in the grid correcty and show the count the pages ok ...
But when a go to the page 2 the load all data again .. the grid show the same data when a enter to the page for first time ...
I really need somebody help in tthis problem ...