Hi Bao,
Thank you for contacting Syncfusion Support.
We have checked your query. Please find the response from below table,
Query 1: How can i programmatically select entire row when using cell merge feature in sfgrid? I noticed that fromthis link, it stated that "Row selection is not supported". Is there any workaround for this issue? |
We regret to inform that it’s not possible for row selection in merge cell feature in SfDataGrid. You can use Cell selection instead of Row. |
|
Query 2: I have row style and alternating row style for my grid, when using cell merge, how can i style the cell according to the merged cell? As you can see from the attached sample(taking row 3 as example), column 1 to 8 are merge and the background color should be the same (should be both white), and column 9 and 10 are not merge so it is correct to have different color. |
If you want to apply the style for merge cell, then you can use ColumnBase.IsSpannedColumn property to customize the style of GridCell as like below code. In the below attached sample, we have applied the alternate row style and GridCell style for merge cell. Could you please refer to it.
Code Snippet:
|
Sample: http://www.syncfusion.com/downloads/support/forum/131589/ze/CellMergeDemo-574424378
Please let us know if you have any query.
Regards,
Muthukumar K
Hi, your solution doesn't seems to work on my issue. i have attached another image for your reference. Thanks.
Looking forward for your assistant.