I have a grid which is used nested at the third level, i.e. there is a top level grid, then a 2. level nested, and the grid at the 2. level itself has a nested grid. In this final level grid, I cannot get the records sorted in descending order according to the primary key. For the grid above it at the second level, the descending sort works fine by having a “sort by id desc” in the SQL of the grid, but for the third level grid, the “sort id by desc” just doesn’t have any effect.
If I run the third level grid directly from SC the sorting works as expected and of course the manual sorting selection is available on the columns specified for such.
Is there something I may have overlooked or is this a short coming of SC?