RadzenGrid - Remove vertical scrollbar?

I can not get rid of the vertical scroll bar on RadzenDataGrid. I want the grid to fill the page.

Code:

<RadzenGrid @ref="dataGrid"
Data="@dataList"
TItem="VwGetCodestringOverview"
AllowFiltering="false"
AllowSorting="true"
AllowPaging="false"
PageSize="2000000"
ColumnWidth="100px"
EmptyText="Ingen data">















The Radzen DataGrid should not have a vertical scrollbar by default. The scrollbar appears only when the height style attribute is set. You can check with your browser's developer tools to see where the scroll is coming from.