Hi,
I am using the telerikgrid in my web application.
I want the height of the grid should adjust by itself when user resizes the browser. The user should not get the scroll bar for the browser.
As of now I am using the following:
Size="Telerik.Blazor.ThemeConstants.Grid.Size.Medium" Resizable="true" Pageable="false" Height="50vh" ScrollMode="GridScrollMode.Scrollable"
Using this setting when the user is resizing the browser the scroll bar coming up for browser which we dont want.
Can you please help on this?
Thanks & regards,
Afreen