PDA

View Full Version : sorting on multiple values


galloc76
01-24-2005, 12:33 PM
Is there currently a way to sort on multiple values in the data? For example, say I have a dataset:
<dataset>
<data>
<item name="..." price="..." qty="..." />
...
</data>
</dataset>
Is there any way to sort first by price, then by qty by using datapointers?