Brian,
have you come up with a solution to your problem? I want to do the same thing, or similar... basically a master-detail scenario, with the master info; NOT as a clickable link, at the top, and the detail underneath it. In my asp.net application I used a datagrid (with a nested datagrid for the detail)for this, but for the mobile version I was thinking of using a List for the master info, and a nested Selectionlist (the user is presented with a set of options to choose from) for the detail.
I want to implement pagebreaks after every Item's detail.
Do you know if this can be done on mobile pages? Do you have any suggestions?
Thanks.
|