Hello Joaquin,
In order to set the spreadsheet's height to 100%, you also need to set this attribute to the
html,
body and the wrapper (if any) elements - for a height in percentage to work on an element, all its parent elements must have a height defined:
This is how you can make the widget's height to match the web page's. Here is
a Dojo example for reference.
If you want to set the height to a specific row, you can only do this by hardcoding the
rowHeight and
the sheets.rows.height. But as this isn't appropriate for your scenario, I suggest sticking to the first approach.
Don't hesitate to contact us if you have further questions.
Regards,
Martin
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.