RadzenDataGrid Height

The RadzenDataGrid has a wonderful property that if you set it to a fixed height, the headers and footers are "sticky" so they don't scroll when the user scrolls the data rows. This is great, but it seems to only work when you set the grid to a fixed height. Is it possible to define the grid in such a way that column headings and footers remain "sticky" when the page is resized? For example, I have many pages displaying data in RadzenDataGrids with controls above the grid on the page to control various user options. I would like the grid to resize to all remaining space under these controls and retain the "sticky" behavior when the page is resized.
Thanks