Completed
Last Updated: 10 Mar 2020 17:02 by ADMIN
 User should have option to display a splitter inside both normal and hierarchical grids so that user can display few columns to the right side of splitter.This helps when there are columns that are dynamically generated
Completed
Last Updated: 10 Mar 2020 16:31 by ADMIN
Created by: Pascal
Comments: 1
Category: Splitter
Type: Feature Request
8
Completely remove a panel from the splitter, e.g. :
$('#container').data('kendoSplitter').removePanel('#somePanel');
Completed
Last Updated: 28 Feb 2020 17:37 by ADMIN
Created by: NirKo
Comments: 1
Category: Splitter
Type: Feature Request
6
Offer the possibility to add a panel

Completely add a panel from the splitter, e.g. : 
$('#container').data('kendoSplitter').addPanel('#somePanel');