Conditional formatting is breaking

  1. Adding rowspan formatting breaks the Grid which can also be seen in the Demo of Radzen Conditional formatting under Datagrid component. Try below steps to replicate :
    a. Search 10248 in order id
    b. sort by ProductId. First row breaks with product id data showing in order id column

This is expected behavior since the demo was relying on data that can appear in different order. I've disabled both filtering and sorting for this demo. The algorithm for dynamic cell merging on equal data should be far more complex and it is beyond the scope of this example that illustrate how various styles and templates can be applied.

You might need to check our just released composite columns support:
https://blazor.radzen.com/datagrid-composite-columns

The code behind for composite doesnot look correct, The code behind is just simple datagrid populated.

This has been corrected now. Thanks for quick fix.