Our Grid Control is only supported under WinForms.
If you detail grids are not synchronize, you can fill them by different DataSource (with different columns).
<code>
gridControl1.SynchronizeDetailGrids = false;
</code>
Imported from legacy forums. Posted by CharlesB (had 2742 views)