Grid in Grid alignment

I'm using a dbaware grid in grid.
When the second grid is close the alignment is perfect



When the second grid is opened the first record insn't aligned with the grid header



is there any property to set for correct this ?
Thank you,
Giovanni Piccinni

Hi,


There is most likely content in the detail grid that is wider than the columns of the master grid.
You can try to increase the value of the Columns[].DetailSpan property (which controls the number of columns in the master grid the detailgrid can use to be displayed) and/or increase the column width of the master grid.