Sort list from listen to widget before display

0
Hi,   I have a data view that listens to another widget, it is a list so i like to sort the list before display, what is the best way to do it?   Thanks Shannon
asked
3 answers
2

Shannon,

I created a test page using a domain model of Order <-- OrderItem.  On a page, I have a listen to dataview which shows the OrderItems for a selected Order.  In my case, sorting can be done on the nested grid, as below.  Is this what your scenario is like?

Mike

**Edit**

Snapshot of how I selected the nested OrderItems

answered
0

Hi Mike,

 

I can only do eitehr from database (which has sort order) or over association (which does not), how do you do from database over association, it is through Xpath?

 

Thanks

Shannon

answered
0

Thanks, it worked!

answered