hi,
i m using dhtmlxgrid on srnd mode and loading data from server by xml. i m loading 12 rows firstly, but when i load 13. row
12. row loading again. but this issue is only for 12. row. when i load other rows, there is no problem…
firstly grid source is;
<?xml version="1.0" encoding="utf-8"?>
HAKU�R00013
HASUDN00012
DCDSCDCC00011
HPLTL00010
HRUKE00009
HRUKE00008
HPLEL00007
HPLEL00006
HSLSU00005
HSLSU00004
HORSU00003
HOREL00001
and when i scroll firstly xml like ;
<?xml version="1.0" encoding="utf-8"?>
HAKU�R00014
HAKU�R00013
id 13 comes twice…
also i tried this sample with 10000 test rows and only 12. row is duplicate…
i think startPos parameter in the request is coming false on first scroll…
(
on first load url : getGridRecords.aspx?startPos=0&count=12
on first scroll url : getGridRecords.aspx?startPos=12&count=12
on second scroll url : getGridRecords.aspx?startPos=25&count=12
on third scroll url : getGridRecords.aspx?startPos=38&count=12
and so on…
)
sample code;
how can i resolve this?
thanks in advance…