Hi Support,
XamGrid support rows cell merge. Is it possible to merger cells of several columns in one row?
thanks,
Eric
Hello Eric,
Thank you for your post. I have been looking into your question and the cell merging feature of the XamGrid is based on grouping the columns. When you group a column and the GrupByOperation of the GroupBySettings is set to MergeCells, instead of getting GroupByRows, the XamGrid will merge the cells with the same value in the grouped column. You can read more regarding the cell merge here: http://help.infragistics.com/Doc/WPF/current/CLR4.0/?page=xamGrid_Merged_Cells.html.
I have created a sample application for you, that shows the cell merging in XamGrid.
Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir, MCPD
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support
Hi,
Thanks for your help. I know how to merge cell for rows. What I want is to merge "high", "low", "open" and "close" if these columns have the same value. Is that possible?
thanks,Eric