@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
October 2, 2024 at 4:00 pm in reply to: Subject: Issue with Mini-Calendar Navigation in Smart Scheduler #111504
Markov
KeymasterHi,
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/Markov
KeymasterHi,
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/Markov
KeymasterHi,
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 #111467Markov
KeymasterHi,
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 #111462Markov
KeymasterHi,
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/Markov
KeymasterHi,
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 #111427Markov
KeymasterHi 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 #111381Markov
KeymasterHi,
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/Markov
KeymasterHi 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/Markov
KeymasterHi,
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/Markov
KeymasterHi 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 #111372Markov
KeymasterHi 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/Markov
KeymasterHi,
Thanks for the feedback. We will address this Scheduler issue as soon as possible.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/August 30, 2024 at 10:48 pm in reply to: Differentiating Click Events on Project Name and Project Bar in Nested Gantt Cha #111367Markov
KeymasterHi Varshitha,
As for the gantt whether you click on the row is handled as a click on the row i.e clicking on the left or right side does not make difference, the item becomes selected or unselected. The ‘itemClick’ event has event.detail.originalTarget parameter which you can use to determine the X and Y of the click. Using these params you will be able to evaluate whether the click is on the left or right.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/August 30, 2024 at 11:44 am in reply to: Issue with Smart Scheduler: Unintended Cell Highlighting After Deleting from Col #111365Markov
KeymasterHi,
This behavior cannot be prevented as it is by design. We keep the focus in the Scheduler when the focused element is removed so the user can use the keyboard navigation to add or update another event. In case you have a license, you could modify this by editing this behavior in the source code.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts