I have a grid where every row has a childsheet.
When I sort the main grid the childsheets are not 'moved' with the parent row.
Example:
Grid before sort:
Row 1 -> Child 1
Row 2 -> Child 2
After Sort:
Row 1 -> Child 2
Row 2 -> Child 1
Am I doing something wrong or is this by design? How can I change this behaviour?
Tosch