We are using the setXMLAutoLoading
feature with pagination. we gave the enable pagination command like this
mygrid.enablePaging(true,6,4,“pagingArea”,true,“recinfoArea”);
So in the grid if we have only 1
record the records info is showing like this
Result Page: 1| >
Results 1-1 of know 1
When we click on this link >
it loading the same 1 record again i mean repeating the same row again and now
the records info will look like this
Result Page: 1| >
Results 1-2 of know 2
It continues like that increasing the
records.
Please correct us if we are doing wrong.