PDA

View Full Version : Is there a way to do Remote Dataset Directly From XML file



n01champion
6 Nov 2006, 1:21 PM
Im trying to follow your remote dataset example, but I need a way to be able to do paging from a xml file with the data already in it. Is it possible?

jack.slocum
6 Nov 2006, 4:52 PM
It's not built-in but it shouldn't be hard to implement. You'd have to override loadPage() , getRowCount() and getTotalRowCount(). You'd have to manage partitioning of the internal loaded dateset.

n01champion
7 Nov 2006, 5:36 AM
How do I go about overriding these functions... can you show me an example.

jack.slocum
7 Nov 2006, 3:04 PM
It's a been covered a few times. Try a search from the top of the page. If you can't find it let me know.