@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
MarkovKeymaster
Hi dpcode,
Thank you for writing! How did you try to use this feature? What is your gantt setup?
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi Victor,
Two way binding in the TimeInput is currently not supported. We will add support for it in the next release for Q4 2024.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/October 2, 2024 at 4:00 pm in reply to: Subject: Issue with Mini-Calendar Navigation in Smart Scheduler #111504MarkovKeymasterHi,
The described behavior is by design. We do not change the navigation of the calendar when the user re-opens it i.e if you navigate and leave it, the next time it is opened, it will be where you left it. We will consider changing this in the future versions.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
This can be configured by using a CSS variable – –smart-gantt-chart-timeline-cell-size. Set it to the smart-gantt-chart element in the CSS and it will redefine the width.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
If you mean the columns on the left size, their ‘size’ property determines the columns size. You can set it to number or string in order to add the ‘px’ or ‘%’.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/September 24, 2024 at 9:17 pm in reply to: Gantt go to current day for use currentTimeIndicator #111467MarkovKeymasterHi,
scroolToDate is not a function. It is called scrollToDate
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/September 24, 2024 at 5:12 am in reply to: Gantt go to current day for use currentTimeIndicator #111462MarkovKeymasterHi,
You can use a method called scrollToDate(date) to scroll to a specific date, not only the current one. So you can do scrollToDate(new Date()) for scrolling to today.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
To display an event in the all day area, you should drag and drop it in the all day area or create an event with duration greater than a day. As for the reported behavior, we will investigate it.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/September 13, 2024 at 6:34 am in reply to: Efficient Task Connections in Nested Projects Without Global Indexing #111427MarkovKeymasterHi Varshitha,
The indexes are based on the indexes in the data source. With the current implementation, we do not have other logic or an option to switch between different logics for task connections in the gantt chart. We will consider your feedback for the future versions of the gantt component.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/September 4, 2024 at 12:14 am in reply to: Issue with Smart Scheduler: Unintended Cell Highlighting After Deleting from Col #111381MarkovKeymasterHi,
This is a community forum so we cannot discuss this here. Please, ask your questions to support@jqwidgets.com which is our official support email address.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi matdjon,
We reproduced this. Thanks for the feedback which you provided! A work item is created, and this will be resolved soon.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
The ‘change’ event is raised when you select an item. Then depending on the selected item, you can use window.open method to open a link.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi matdjon,
Could you tell us how to reproduce these console logs?
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/September 2, 2024 at 2:23 pm in reply to: Issue with Expanding and Collapsing Projects in Gantt Chart using Chevron and Pr #111372MarkovKeymasterHi Varshitha,
Because if you click the chevron and the default logic is still applied, then you apply your logic on click and basically it restores the state. You should add if-condition in your code to check if the chevron is clicked and return; if it is clicked. The clicked target can be retrieved by using event.detail.originalEvent.target;
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
Thanks for the feedback. We will address this Scheduler issue as soon as possible.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts