Datagrid style not working as expected

I am trying to use the style definition as follows:
<RadzenGrid Data="@evLog" TItem="Logs" CellRender="@CellRender"
Style="height: 600px; width: 99%; line-height: 14px"
AllowFiltering="false" AllowPaging="false" AllowSorting="false">

If I use the style line above the child grid does not populate. If that is removed it works fine.
Also if any of the items used independently the parent grid does not populate.

I am not sure if this matters or not, but I am not using your studio just razor/blazor pages.

We are not sure what "does not populate" mean. Setting the Style of the parent DataGrid does not affect the child grids. Anyway without a reproduction we can't help you further. By the way if you have a Radzen Professional subscription you can send us your application to info@radzen.com and we will troubleshoot.

Sorry i also posted this in the wrong forum. But does not populate means no grid data is shown.

It seems the height CSS attribute is messing up the children DataGrids. Try not setting it for the moment - we will fix that with the next update.

I tried that, if height is not used then no data is shown in the parent grid.
Example: Style="width: 98%; line-height: 14px;" or Style="line-height: 14px"

I suspect there is a bigger issue with the style property in general. Thanks for your reply and will await the next release.

Indeed, it is both line-height and height that cause this problem.