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
Docs & Resources
Productivity and Design Tools
Hi Team,
Is there a way to remove download option from Context menu of FileManager Blazor
I believe the FileManager component does not currently offer a way to customize the context menu.
As a workaround, you can hide the Download option using CSS like this:
<style> li.k-menu-item:has(span.k-svg-i-download) { display: none; } </style>