I am trying to see if I can replicate the following behavior. DevExpress winforms grid has 'tabs' for their detail views. Xceed's grid has detail views as well, but they are rendered generally as peer rows, stacked over each other. Is there a way to change how the detail section's container is rendered? In stead of stacking them, put them into tabs?
I really only care about this for 'table views' whereas the above has detail views as 'card views', the top example detail section is what I want to replicate with the Xceed grid.
PS - great grid so far!
Chris