Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
AI-Enhanced UI Tools
CMS
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.