The LargeDataSet demo DataProvider is a bit of a hack as it overrides the ArrayList size method to
return a number much larger than the actual amount of rows. The #get method must then deduct the
correct offset from the index to retrieve the correct record. If you debug the DataProvider #get and
#size methods it should give insight as to what is happning.
kind regards
bob
On 4/03/2010 08:29 PM, kristian_widjaja wrote:
Ok, thanks Bob. Well, there must be something wrong with code then. I'll try
to fix it first.
Regards,
Kristian W.