Telerik Forums
Kendo UI for Angular Forum
1 answer
63 views
Hello guys!
I'm trying to preserve the last width value in the splitter panel's resizer, but the sizeChange event is hitting my endpoint too many times because it's trying to store each of the values ​​that are between the start position and the end position. How can I avoid this? is there a way to get the last value registered in the sizeChange event?
Yanmario
Telerik team
 answered on 14 Mar 2022
1 answer
98 views

When is the splitter pane event 'sizeChange' fired? Before or after rendering the new html content? Same question on 'layoutChange'!

Dimiter Madjarov
Telerik team
 answered on 03 Feb 2021
1 answer
59 views

How can I set the initial width of the left pane when showing the Splitter horizontally?

Thanks

Petar
Telerik team
 answered on 04 May 2020
1 answer
139 views

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.

Svet
Telerik team
 answered on 01 May 2020
2 answers
120 views
I have a kendo-grid inside one pane of an adjustable kendo-splitter.  When I open the grid's column menu, the "handles" that you click on to adjust the size of the panes appear above the column menu.  A screen shot is attached - you can see the black vertical lines on either side of the word "Visible".  

What's the Kendo way of solving this problem?  Override the z-index of the column menu or the pane handles?  Something else?  
Ed
Top achievements
Rank 1
 answered on 07 Aug 2019
2 answers
425 views

 using the Splitter for left / right layout and  looking to find a way to make the splitter take up full height and width of the screen.

I have tried style="height: 100%;" on the 

<kendo-splitter orientation="vertical" style="height: 100%;">

but this didnt do anything. If I set the height to a px value it works fine.

 

Please help - here is a   for an example.

 

 

https://stackblitz.com/edit/angular-smpykp?file=src%2Fapp%2Fapp.component.ts

Chris
Top achievements
Rank 2
 answered on 17 Apr 2019
1 answer
226 views

Hi,

I am searching for a way to programmatically toggle splitter pane. I would like to show or hide one of the panes, possibly even hiding the splitter bar.

I have a simple two-pane vertical splitter:

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

 

Help would be greatly appreciated.

Daniel
Telerik team
 answered on 26 Feb 2019
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
Iron
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?