@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
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/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/ -
AuthorPosts