Hi Telerik,
I'm new to Blazor and I'm encountering an issue with the TelerikGrid component. Here's my problem:
1. I have a TelerikGrid inside a parent container with a max-height style.
2. I've set the Height property of the TelerikGrid to 100%.
3. The grid doesn't seem to conform to the max-height of its parent container.
4. It only works correctly when I set a fixed height on the parent, rather than using max-height.
Is this expected behavior, or could it be a bug? If it's not a bug, how can I make the TelerikGrid respect its parent's max-height? Here's a simplified version of my setup:
https://blazorrepl.telerik.com/cyaMvtYJ27JGxNSB59
Any insights or workarounds would be greatly appreciated. Thanks in advance!
Marcel