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
UI/UX Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
For example, the excel created at one drive could be embedded in web page either entire sheet or part of sheet for view only purposes.
Is it possible?
Hi Rajendran,
If you need to display the Spreadsheet for view only purposes you can disable the editing in the cells using the Range enable method:
- https://docs.telerik.com/kendo-ui/api/javascript/spreadsheet/range/methods/enable
You can also hide the toolbar and the sheetsbar if needed.
Disabling cells and hiding the sheetsbar are demonstrated in the Dojo linked here.
I hope this helps.
Regards,
Neli
For example, the excel created at one drive could be embedded in web page either entire sheet or part of sheet for view only purposes.
Is it possible?
Hi Rajendran,
If you need to display the Spreadsheet for view only purposes you can disable the editing in the cells using the Range enable method:
- https://docs.telerik.com/kendo-ui/api/javascript/spreadsheet/range/methods/enable
You can also hide the toolbar and the sheetsbar if needed.
Disabling cells and hiding the sheetsbar are demonstrated in the Dojo linked here.
I hope this helps.
Regards,
Neli