Forum Moderators: open
Or if your just doing some client side binding you can set the datapage size like this:
<table id="tbl" datasrc="#xmlSource" datapagesize="10">
Your datasrc would need to walk back to your xml: <xml id="xmlSource">
Take a look here for more details: [w3schools.com...]