Hello, I'm trying to determine if the XamDataGrid will work our requirements.
Is it possible to have a top level grid with the default vertical record orientation, but have the Hierarchichal child grid be horizontal orientation. In other words, when you expand the child row on a normal vertically oriented grid, can the the child grid rows be displayed horizontally? I don't see any examples of how to get at this level of detail.
Thanks!
-Mark
We had the same requirement for our application. I hit up Infragistics and received the following posting.
http://forums.infragistics.com/forums/p/9394/36604.aspx#36604
They basically told us that you can only set the orientation on the grid and it applies to both the parent and the child grids. We ended up having to pivot the child data sources our selves and then bind to the pivoted data.
Thanks for your reply! That helps.