@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
September 13, 2024 at 6:34 am in reply to: Efficient Task Connections in Nested Projects Without Global Indexing #111427
Markov
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/Markov
KeymasterHi 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/Markov
KeymasterHi 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/Markov
KeymasterHi,
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/Markov
KeymasterHi 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 #111295Markov
KeymasterHi Varshitha,
Did you check the event.target who is the target for opening a tooltip or dialog?
Regards,
MarkovMarkov
KeymasterHi,
I suggest you look at https://www.htmlelements.com/docs/dropdownlist-load-on-demand/
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts