This is a migrated thread and some comments may be shown as answers.

Kendo UI Editor refresh method doesn't update toolbar layout

1 Answer 381 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 16 Jun 2016, 04:53 PM
Kendo UI Editor refresh method doesn't update the toolbar layout. I needed to do a`$(window).trigger('resize');` to make the editor update its toolbar layout. (showing, hiding hamburger menu based on device width)

1 Answer, 1 is accepted

Sort by
0
Accepted
Konstantin Dikov
Telerik team
answered on 20 Jun 2016, 12:33 PM
Hello Matthew,

You could force the resize through the toolbar's resize method:
$("#editor").data("kendoEditor").toolbar.resize();

Hope this helps.


Regards,
Konstantin Dikov
Telerik
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
TabStrip
Asked by
Matthew
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or