I have a grid with a specific height set with the following code:
.Scrollable(s => s.Height(400))
And one of the columns locked:
columns.Bound(p => p.Line).Width(180).Locked(true);
The locked column has no height set and is one long column. (see attachment)