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
Is it possibile to disable only the "Add" or "+" on sheetsbar?
$(
".k-spreadsheet-sheets-bar .k-i-plus"
).click(
function
(e) {
e.stopPropagation();
});
$(document).ready(
() {
).hide();
Hi Ivan
thank for your replay. Is it possibile to do it on angular?
Mat