A want to add new panes to kendo ui spliter dynamically but it seems like it's not working. Even in their website it doen't work: Kendo ui splitter demo (I'm talking about the append pane and insert pane)
Is it possible that they have added a demo of something that doesn't work, or am I missing something?
It's a bug - apparently, the code is not calling the
_resize
method when it should (in_addPane
andremove
, as far as I can see).Seems to be an easy fix though (add this code somewhere before you first create your splitter):
See demo