kendo-editor in kendo-window issue

1 Answer 103 Views
Editor wrapper Window
seungjun
Top achievements
Rank 1
seungjun asked on 28 Mar 2022, 05:08 AM

hello~

why does not the size fit if kendo-editor is applied to kendo window

please check the pictures

how to editor fill up the window.. uu

Example : https://stackblitz.com/edit/eoy6n3?file=index.html     "Martin"

 

1 Answer, 1 is accepted

Sort by
0
Petar
Telerik team
answered on 28 Mar 2022, 07:40 AM

Hello Seungjun,

The reason why the size of the Editor Wrapper component doesn't fit in the Window Wrapper is that the version of the Kendo Theme loaded in the provided project is at least two years newer compared to the version of the components in it. 

The version of the used components should be compatible with the version of the Kendo Theme loaded in one project. The reason for this is the fact that we are providing different optimization changes in the components with each released version. 

Here is a StackBlitz project that uses the Kendo Theme Default version 4.20.0. The version of the theme is loaded through the below code:

<link
  rel="stylesheet"
  href="https://unpkg.com/@progress/kendo-theme-default@4.20.0/dist/all.css"
/>

The Editor in the provided above project is displayed correctly in the Wrapper Window. 

I hope that the linked example and the above details will help you achieve what you need in your application.

Regards,
Petar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Editor wrapper Window
Asked by
seungjun
Top achievements
Rank 1
Answers by
Petar
Telerik team
Share this question
or