@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
MarkovKeymaster
Hi,
This may happen when you call this method before the Grid is rendered. Make sure you call it after the Grid is created.
Regards,
MarkovMarkovKeymasterHi,
At runtime you can also get/set it.
December 18, 2023 at 7:03 am in reply to: Can i using multiple Color for importantDates Calendar #109340MarkovKeymasterHi,
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,
MarkovMarkovKeymasterHi,
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/MarkovKeymasterHi,
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,
MarkovMarkovKeymasterHi,
grid.columns[0].visible = false; can be used for hiding a column.
Regards,
MarkovMarkovKeymasterHi,
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/MarkovKeymasterHi,
Please. look at https://www.htmlelements.com/demos/table/overview/ which shows how to display html in cells.
Regards,
MarkovMarkovKeymasterHi fabriceb,
The issue is reproduced and will be resolved in the next version.
Thanks again for the feedback.
Regards,
MarkovMarkovKeymasterHi fabriceb,
Thank you for the feedback. We will research this and resolve it as soon as possible.
Regards,
MarkovMarkovKeymasterHi,
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/MarkovKeymasterHi,
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/MarkovKeymasterHi,
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/MarkovKeymasterHi Lukas,
Could you provide a full sample which we can try?
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi 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/ -
AuthorPosts