Link to home
Start Free TrialLog in
Avatar of Brant Snow
Brant Snow

asked on

Kendo UI Splitter

I am using the Kendo UI Splitter here

http://demos.telerik.com/kendo-ui/splitter/api

you can see in the demo that remove pane will remove a pane based upon an index in the UI.

splitter.remove(splitter.element.children(".k-pane").eq($("#index").val()));

however I would like to have a button in each pane that could do the same thing.  However when it was clicked I would need to somehow get the index of the this.pane so to speak or find someway to identify dynamically the pane I wanted to delete.
ASKER CERTIFIED SOLUTION
Avatar of Rainer Jeschor
Rainer Jeschor
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial