@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
December 18, 2023 at 7:03 am in reply to: Can i using multiple Color for importantDates Calendar #109340
Markov
KeymasterHi,
The width of the calendar can be customized with CSS by setting its width property and the width property determines how many calendars will be displayed per row. The Calendar internally uses Flex layout so, if you send us a more detailed sample how you use it, we can customize it per your requirements.
Regards,
MarkovMarkov
KeymasterHi,
Not exactly, the templateElement can be used for pointing to a HTMLTemplate which could be a complex DOM structure, too, but with formatFunction, you have more control over what’s displayed as you can customize it dynamically and easily.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
The refresh method refreshes the table which means that it re-renders all DOM elements in it and layouts them. If it just an utility method which someone may need to use if there’s a visual glitch in some scenario not covered by us internally.
Best regards,
MarkovMarkov
KeymasterHi,
grid.columns[0].visible = false; can be used for hiding a column.
Regards,
MarkovMarkov
KeymasterHi,
No, this would not be possible with the current API. However, we already have a ‘visible’ property in the column which you can get/set with JS – const visible = grid.columns[0].visible;
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
Please. look at https://www.htmlelements.com/demos/table/overview/ which shows how to display html in cells.
Regards,
MarkovMarkov
KeymasterHi fabriceb,
The issue is reproduced and will be resolved in the next version.
Thanks again for the feedback.
Regards,
MarkovMarkov
KeymasterHi fabriceb,
Thank you for the feedback. We will research this and resolve it as soon as possible.
Regards,
MarkovMarkov
KeymasterHi,
There’s no such property. The Dropdownlist supports multiple selection and its value can be retrieved from the selectedValues property.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
When the dropdownlist’s change event occurs, the hidden input’s value is with the correct selected value. If you would like our team to test your use-case, please share a codepen example which demonstrates an issue and we will test it.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
When the change event occurs, the event.detail.value returns the value of the selected item.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Lukas,
Could you provide a full sample which we can try?
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Lukas Xaver,
This rendering depends on the messages and locale. It is automatic time formatting based on the ‘locale’ set to the Scheduler. It formats the time using the native Intl.DateTimeFormat API, i.e in order to change it, you will have to set the messages property and the locale property, too.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/November 22, 2023 at 8:30 am in reply to: Can i using multiple Color for importantDates Calendar #109198Markov
KeymasterHi,
Please, take a look at https://www.htmlelements.com/demos/calendar/multiple-months/
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
When there is not enough space, it adds ellipsis. In case you want to change the width of that column, due to the fact that the column is part of the auto-generated columns, you can use the layout.autoGenerateColumnWidth property.
Example:
layout: { autoGenerateColumnWidth: 100 },
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts