Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
XamGrid / XamDatagrid: grid cells with real rowspan
posted

Is there a way to style the grid, using either XamGrid or XamDataGrid, to have the effect shown below?

Each of the objects I'd like to present with the grid, has a set of single properties, LabelA, LabelB and one I'd like to present using a XamDataChart or image. These 'single properties' should be displayed in the cells with a rowspan. Additionally, each of the objects has a couple of 'more detailed' properties, each of such values should be displayed in a cell with rowspan=1.

I have already been playing with XamGrid and its merging cells features. It works well for text data but not for charts, the chart in such a merged cell takes size of a single row, not spanning for all the merged rows (and I need it spanned to the whole height of a merged cell, as in the image above, to have it spanning 2 'single' rows height).