@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
July 8, 2024 at 9:09 pm in reply to: Virtual Data Source Refreshing Until click with Column Filter #111123MarkovKeymaster
Hi 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 #111120MarkovKeymasterHi 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/MarkovKeymasterHi,
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/MarkovKeymasterHi Aditya,
You can use the Tree’s “toggleMode” property and set it to “click”.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
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? #111102MarkovKeymasterHi 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 #111101MarkovKeymasterHi 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? #111098MarkovKeymasterHi Aditya,
If it is a tree item, you can drop above or below.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/July 3, 2024 at 8:10 am in reply to: How to hide a drop down arraw when there is no children for an item? #111088MarkovKeymasterHi Aditya,
In this case, I suggest you to add a smart-tree-item instead. When you add children to it, it will automatically become a smart-tree-items-group.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
We will create a work item to add current time indicator in a month view.
Best Regards,
Markovhttps://www.htmlelements.com/
Smart UI TeamMarkovKeymasterHi Aditya,
The 0.1.0 you refer means first level – index 0, sub level – index 1, sub sub level – index 0 which is the path of the item in the menu’s hierarchical structure.
As for getting a value, you can use the ‘itemClick’ event of the Menu. In the event.detail, there is label and value properties for getting the clicked menu item’s label and value.Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi Matias,
You can handle the ‘fileSelected’ event and add an additional custom button before or after the smart-file-upload component.
Best regads,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
You can use the tooltipFormatFunction(tooltipObject, event, tooltipContent). The returned value of this function is the content which will be shown in the tooltip.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
Could you provide a sample showing this behavior?
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
When the tooltip is opened, the ‘opening’ event is raised. In the event detail, there is a ‘type’ property which determines the tooltip’s type. It the type = ‘connection’, you can call event.preventDefault() and event.stopPropagation() methods.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts