Radzen DataGrid Master Detail Hierarchy last row's DataGrid missing bottom borders

I've noticed that when using a DataGrid with a master detail hierarchy, all DataGrids in the last master row do not have bottom borders. I believe this is because they are embedded in the last row of the master grid, therefore the .rz-grid-table tr:last-child td css class is being applied which removes the bottom borders.

Does anyone have a solution to this problem?

You can see this in the DataGrid's Hierarchy on Demand demo by sorting by Order ID desc, go to the last page and then expand the last row. You can see that the DataGrid of Orders are missing the bottom borders.

@tkonesky Thank you for reporting this. Fixed already and the fix will be part of our next release.

@yordanov That's great. Thanks for the fix and the quick reply!