DataGrid: right-margin:15px in header if no vertical scrollbar

Hi, sorry if it was already:

code:

<RadzenGrid AllowFiltering="true"
                style="height: 100%; width: 100%"
                AllowPaging="true"
                AllowSorting="true"
                FilterCaseSensitivity="FilterCaseSensitivity.CaseInsensitive"
                Data="@_users"
                TItem="UserProfileDetailsApiModel">

When there is a vert scroll, then everything is OK

Hi @Egorozh,

There is no virtual scroll on our demo however everything works normally:

I need this behavior. So that the table has a fixed height, and the entire page is without scrolling.

for example:

You have fixed this in the latest versions. Thank you so much!