I'm looking for a way to display the RadzenDataGrid at full page height. I would like - even if there is not enough data - to have the page control displayed at the bottom of the page. Can someone help me with that?
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;" ... >