Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hello Marcin,
I don't think using templates is possible with the MVC wrappers, but there's always the possibility of using HTML to customize the panel bar through .Content() as can be seen in this example. What exactly are you trying to do?
I just want to move that arrow to the left with custom JS event on it. http://prntscr.com/810kge
I can do this using hack with JS, but cleaner and simpler solution is to have possibility to change JS template.
Moving the arrow to the left can be done using css like this:
.k-panelbar .k-panelbar-expand,
.k-panelbar .k-panelbar-
collapse
{
right
:
auto
;
left
2px
}
ul.k-panelbar .k-link
padding-left
2em
As for the events, here is some documentation regarding how to work with different events using the MVC panelbar.
I hope this helps.