I'm having an issue where my users set Desktop scaling to 300% and as a result my grid will collapse and not show any rows of data making users think there is no data. I can Ctrl + Mouse wheel to adjust the browser scaling, but that's not really a good option to convey to users.
I've tried using:
Height="calc(34vh - 10rem)"
Property but not really able to solve the problem no matter how much I adjust the values. What I was hoping to see is a "MinHeight" property for the grid but no such property exists?
Am I seeking something isn't possible with the Telerik Grid?
Rob.