RadzenDataGrid full page height

Hi @Klaus,

Have a look at this thread Setting height of control 100% of body height.
In general to make the grid occupy the whole screen you need to make sure that its parent elements are also stretched to the full height.

If you are using RadzenDataGrid directly inside a RadzenBody, you can try the following:

<RadzenDataGrid Style="position: absolute; inset: 0;" ... >