This is a migrated thread and some comments may be shown as answers.

Grid with cells merging

3 Answers 175 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Nikita
Top achievements
Rank 1
Nikita asked on 28 Sep 2016, 05:44 AM

Hello
We want to use grid in our WPF project which must looks like grid on picture in attachments.

We want to do merging by multiple rows on equals. For example we want to do merge the same values in first column then, in this range we want to merge by third column. Something like  GroupBy("Column1").ThenBy("Column2").

I don't find any grid in your demos, which can help us to solve this problems.
Could you possibly prompt your product, which can do this things and demos for it if they are exist.

Thank you. Have a nice day!

3 Answers, 1 is accepted

Sort by
0
Stefan Nenchev
Telerik team
answered on 28 Sep 2016, 11:49 AM
Hi Nikita,

Thank you for the image provided. 

The RadGridView control provides a Merged Cells functionality. Please review the documentation article regarding its specifications. Furthermore, there is a demo in our SDK Samples Browser labeled "Merged Cells" where you can check a simple scenario. 

Looking at the picture provided, it seems to me that the merged cells functionality would work well in your scenario.

Regards,
Stefan Nenchev
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Nikita
Top achievements
Rank 1
answered on 05 Oct 2016, 09:00 PM

Thank you for your answer

I have another one question about merging. Example in SDK Samples Browser provide type of merging which showed on pic.1 in attachment.
But, can i merge cells first in FirstName column and then in IsMerged column like showed on pic.2

I want merge cells not only by simmilar values. For example I want merge two cells with "true" value in IsMerged column if theirs values in FirstName column are simmilar, but if theirs values in FirstName column are different i don't want to merge.

Thank you

0
Stefan Nenchev
Telerik team
answered on 10 Oct 2016, 09:35 AM
Hello Nikita,

Unfortunately, such requirement cannot be achieved with the current implementation of the MergedCells functionality. 

Regards,
Stefan Nenchev
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
GridView
Asked by
Nikita
Top achievements
Rank 1
Answers by
Stefan Nenchev
Telerik team
Nikita
Top achievements
Rank 1
Share this question
or