@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
Markov
KeymasterHi,
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 #111246Markov
KeymasterHi,
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 #111245Markov
KeymasterHi 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/Markov
KeymasterHi,
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/Markov
KeymasterHi Jorge,
Thank you. In both sites we list all API settings in the API tab and there are filter inputs to filter what you need. As for the font weight, we will take a look at this.
Markov
KeymasterMarkov
KeymasterHi,
The provided information is insufficient for replicating an issue on our side. Could you share the full details of your experiment?
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/July 8, 2024 at 9:09 pm in reply to: Virtual Data Source Refreshing Until click with Column Filter #111123Markov
KeymasterHi jomack,
How do we measure the last key stroke? An user may write and stop writing and then start writing again. If you use filter row, the ‘applyMode’ property determines whether the filter is applied automatically while the user types or manually after a click. By default it is applied automatically after 800ms – which is a value controlled by the ‘autoApplyModeDelay’ property. I would suggest you to set the ‘autoApplyModeDelay’ to a higher value or use the ‘click’ applyMode.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/July 8, 2024 at 4:04 pm in reply to: Virtual Data Source Refreshing Until click with Column Filter #111120Markov
KeymasterHi jomack,
I checked the provided code block. As far as i see, here you use custom filtering. Filtering is by default triggered each time you type in a character in a filter input field. If you do not wish this to happen, you can change the behavior to filter through the column popup menu or to filter through the grid’s toolbar. Ex: https://www.htmlelements.com/demos/grid/filtering/
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
You can use the Cell Templates feature to customize the cells. Example: https://www.htmlelements.com/demos/scheduler/cell-template/
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Aditya,
You can use the Tree’s “toggleMode” property and set it to “click”.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
You can look at https://www.htmlelements.com/docs/scheduler-windows/. This help topic also shows how to customize the edit window.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/July 4, 2024 at 5:17 am in reply to: How to hide a drop down arraw when there is no children for an item? #111102Markov
KeymasterHi Aditya,
Yes, it will not. A possible solution here would be to use smart-tree-items-group. After you create the tree, use document.querySelectorAll(‘smart-tree-items-group’) and then loop through all groups, check the .children property for children and hide the arrow if there’s no child.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/July 3, 2024 at 4:08 pm in reply to: editing last row imposible because of the horizontal scrollbar #111101Markov
KeymasterHi Pegazus Soft,
Thank you for the feedback!
We added a work item for this and will fix it as soon as possible.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/July 3, 2024 at 10:44 am in reply to: How to hide a drop down arraw when there is no children for an item? #111098Markov
KeymasterHi Aditya,
If it is a tree item, you can drop above or below.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts