Paging and XML data source
Hello Alex,
I've been messing around with your paging patch in v1.0 and noticed a problem when using an XML data source. It doesn't read the row/count property properly. I hacked it into working by doing:
obj.setProperty("row/count", ###);
Thing is, this only works if you know how many records the XML source has in it, and can provide the ### part. Is there some better way to approach this so that it will work automatically?
Also, an ability to dynamically load XML sources for paging would be superb, I just noticed 2300 records doesn't load very well! :( Is asynchronous paging support in the near future or still on the back burner?
Thanks! Keep up the great work!
I've been messing around with your paging patch in v1.0 and noticed a problem when using an XML data source. It doesn't read the row/count property properly. I hacked it into working by doing:
obj.setProperty("row/count", ###);
Thing is, this only works if you know how many records the XML source has in it, and can provide the ### part. Is there some better way to approach this so that it will work automatically?
Also, an ability to dynamically load XML sources for paging would be superb, I just noticed 2300 records doesn't load very well! :( Is asynchronous paging support in the near future or still on the back burner?
Thanks! Keep up the great work!
Kenneth
June 3,