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
Hi,
I want to hide TimeStamp from Planned Start, Planned End, Start, and End in Kendo UI for the jQuery Gantt Chart Tooltip.
Also if there is any way to completely hide/block time from Gantt as I want to work on days and weeks only without time.
Hi Abhishek,
You can use a template for the tooltip and format the dates as desired. Here is an example:
tooltip: { visible: true, template: kendo.template($("#tooltip-template").html()) } ... <script id="tooltip-template" type="text/x-kendo-template"> Title: #= task.title # </br> #= kendo.toString(task.start, 'D') # </script>
Dojo demo: https://dojo.telerik.com/umunEvUv
More about date formatting you can find in the following article:
Please let me know if you have any questions.
Regards, Nikolay Progress Telerik