I am trying to utilize the kendo spreadsheet control in my mvc project. The data loads fine when toolbar is set to false, however, when we set toolbar to true, the attached is what renders. Any ideas as I don't see any errors. Thanks.
2 Answers, 1 is accepted
0
Nencho
Telerik team
answered on 20 Sep 2017, 08:40 AM
Hello Larry,
I am afraid that I was unable to locally replicate the demonstrated problematic rendering, when the toolbar is enabled. I have tested with our online demos and you can see the result in the following dojo example, where the toolbar is enabled (example uses jQuery Kendo, but the behavior and rendering is the same as for the MVC wrappers)
Could you please provide us with the implementation that you use for the Spreadsheet, so we could be sure that we are mirroring your scenario in attempt to replicate the issue?
After reviewing this further on our end, the issue was due to a css override in place which was setting a min height to the content of a tabstrip. Since the toolbar creates a tab strip, this caused our issue. We removed the override and the tabstrip loads properly. Thank you.