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
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