@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
MarkovKeymaster
Hi 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/August 30, 2024 at 10:48 pm in reply to: Differentiating Click Events on Project Name and Project Bar in Nested Gantt Cha #111367MarkovKeymasterHi 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 #111365MarkovKeymasterHi,
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/MarkovKeymasterHi Victor,
If you apply custom CSS class such as form-control, you need to make sure that this CSS class styles different types of components. The components come with a common set of styles applied by adding the smart.default.css and optionally you can add smart.bootstrap.css which adds bootstrap-like styles to the components.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi Matias,
For multiple selection, we have this https://www.htmlelements.com/demos/dropdownlist/checkboxes/, but we do not have a grouped kind of selection. Can you provide an example of such so we can look at it and consider it for development.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
Dates are automatically translated, because we use toLocaleDateString’s native method of the Date object. However, any other strings should be translated by using a combination of ‘messages’ and ‘locale’ properties. The ‘messages’ property is a json with key-value pairs and you will need to create a specific json for each ‘locale’ you want to use. For example: messages[‘it’] = { // your setttings here }
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi Victor,
By using Class which is a native property you can add additional styles to the components.
As for the theme of the components, the smart.default.css can be used or customized as well as smart.bootstrap.css which is included after smart.default.css and adds bootstrap-like styles.Best regards,
MarkovSmart UI Team
August 15, 2024 at 6:43 pm in reply to: Managing Task Editing and Tooltip Opening Separately in Event Handling #111295MarkovKeymasterHi Varshitha,
Did you check the event.target who is the target for opening a tooltip or dialog?
Regards,
MarkovMarkovKeymasterHi,
I suggest you look at https://www.htmlelements.com/docs/dropdownlist-load-on-demand/
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
This is possible. Please, refer to https://www.htmlelements.com/demos/scheduler/travel-schedule/
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/August 6, 2024 at 10:41 pm in reply to: Disabling Task Drag in Nested Projects Gantt Chart Demo #111246MarkovKeymasterHi,
disableTaskDrag is available only as top-level property. It is not available for specific tasks in the current version.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/August 6, 2024 at 10:31 pm in reply to: Issue with Smart HTML Elements Gantt Chart in React – Data Not Expanding Correct #111245MarkovKeymasterHi Vineet,
The issue is that when you switch like this, all properties of the Gantt are dynamically set instead of creating a new Gantt chart instance i.e the re-renders count is equal to the number of properties which you have. I would suggest you to use display: none or visibility: hidden if you want to show/hide a component.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
You should be able to filter by more than one resource in the scheduler. The different filter values are displayed in the legend bar, if it is enabled.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts