Hi devExpress!
I'm currently working with an Angular application, where we have a DataGrid. In this DataGrid, we've found the necessity to have expandable rows on come of our rows, or as you guys call it: Master/Detail.
But after looking further into your demo's and examples I found online, I haven't been able to find an example of how I can implement Master/Detail for only some rows, depending on condition.
To give an example, let's say we have a Grid called Cars.
In each row, we have Name, price and color.
For some cars, there are multiple colors, and we want to display this in the Master/Detail view.
How would I go about doing that?
Kind regards,
Jesper