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

Splitter not working

1 Answer 200 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
mark
Top achievements
Rank 1
Veteran
mark asked on 29 Apr 2020, 08:27 PM

I am doing this:

<kendo-splitter orientation="vertical">
  <kendo-splitter-pane> <h3>Top pane</h3> </kendo-splitter-pane>
  <kendo-splitter-pane *ngIf="visible"> <h3>Bottom pane</h3> </kendo-splitter-pane>
</kendo-splitter>

Nothing works. What do I need to install/import/export and what else to make it work? I have spent hours searching for a single page that would explain how to add all kendo to a project.

1 Answer, 1 is accepted

Sort by
0
Svet
Telerik team
answered on 01 May 2020, 07:22 AM

Hi Mark,

From the provided information it seems that there is something wrong with your local project configuration.

I have further added the demonstrated code sample to the following StackBlitz example:

https://stackblitz.com/edit/angular-kvwqus?file=app/app.component.ts

where it functions as expected.

Could you let us know if you are you using the official Angular cli tool to create the Angular project ?

Could I ask you to provide any additional details that may help us to locate the root of the issue. For example which version of the Angular framework are you using or anything else related to the project setup used on your side? Thank you. We are looking forward to your reply.

Regards,
Svetlin
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
Splitter
Asked by
mark
Top achievements
Rank 1
Veteran
Answers by
Svet
Telerik team
Share this question
or