Grid Control Auto Sort

Posted by Rollbase User on 15-Sep-2010 15:02

Is there a way to make a grid (related record grid control) sort by most recent on the bottom? It currently adds all new records to the top of the grid, but when you use a loop to merge those related records to a document it merges them in that order when we need the original borrower (primary) to be listed at the top. The system puts the older records on the bottom. Is there way around this?

All Replies

Posted by Admin on 15-Sep-2010 15:40

1. Grid Control is used for editing. We can add initial sorting capability to it.

2. When you loop through records in template you can indicate which View to use in LOOP_BEGIN token. That should sort records in template the way you want.

This thread is closed