Hello Marvin,
I assume your Grid is configured to use frozen columns as well. If you have no column resizing enabled, you can try to get away with no set height by triggering one more layout adjustment after data binding:
If column resizing is enabled, you can try executing a resize routine after each column resize, with a timeout:
Here is an example:
https://dojo.telerik.com/ixoVIBiT
Please note that the above suggestions are not something that is officially recommended. Also, adjusting the Grid layout with resize can be a resource-intensive task if executed too often.
On the other hand, there are two possibilities for a Grid with frozen columns:
* There is a horizontal scrollbar for the non-frozen columns:
https://dojo.telerik.com/OZeMoVOb
In this case, the empty space below the frozen columns is caused by the fact that there is no scrollbar there. If there was no empty space, the frozen and non-frozen rows will be misaligned vertically.
* There is no horizontal scrollbar for the non-frozen columns:
https://dojo.telerik.com/OZeMoVOb/2
In this case, there is no empty space, but such a setup defeats the purpose of having frozen columns enabled, so it is better to turn them off.
The examples above use 20 records, but the logic for 200 is the same.
Regards,
Dimo
Progress Telerik
Get
quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.
Learn More.