I need to compute the height, so I did the following:
I added CssClass="e-grid-height" to the SfGrid tag
I created the following style:
.e-grid-height {
height: @PalettenGridHeight;
}where PalettenGridHeight is a function returning a string value like e.g. "150px"
But PalettenGridHeight doesn't even get called when I debug my application.