@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
adminKeymaster
Hi davout,
If that is your use-case may be then it is better to create a new Angular component which has a Button with Tooltip and use it in your content instead of trying to associate these individually. You can also use the “title” attribute of a Button instead of a tooltip component.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/adminKeymasterHi tullio0106,
We are unable to reproduce an erroneous behavior with this component.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/adminKeymasterHi tullio0106,
The difference is that NumericTextBox is a much more advanced component suitable for engineering applications and not only. It supports as visible from the demos Engineering formats such as SI Notation – https://www.htmlelements.com/demos/numerictextbox/scientific-notation/, Complex Numbers: https://www.htmlelements.com/demos/numerictextbox/complex-support/. NumberInput is more basic component suitable for editing only simple numerics.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/May 24, 2021 at 1:29 pm in reply to: [Scheduler] how to fetch data from a saved/edited event #101833adminKeymasterHi Torsten Brieskorn,
Please, post a Stackblitz sample demonstrating what exactly you try to achieve. The “change” event is not related to Event updates. It is related to navigation in this component so it is not appropriate for getting information which event is updated.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/adminKeymasterHi nar-c,
Could you please share a stackblitz example which demonstrates the reported behavior? From the error it seems that the Kanban module is not loaded.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/adminKeymasterHi Dark Beccio,
The release notes are posted here: https://www.htmlelements.com/docs/release-notes/. The main changes in the last version are related to SCSS Styles and also a new component was added. The Smart.Grid does not have any changes except several bug fixes of reported things.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/adminKeymasterHi Michele,
We tested with Firefox on MacOS(“Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0)
Output:
https://pasteboard.co/K1uAqbj.png.
The Editor looks and behaves fine accordion to us. Could you tell us how to reproduce the reported behavior?
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/adminKeymasterHi Michele,
With Firefox on Windows 10 it works well. We will test the online demo with Firefox on MacOS to see whether there is something specific for that operating system.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/May 3, 2021 at 6:18 am in reply to: Is it Possible to Pin/UnPin LayoutPanel with LayoutPanelItem Collection intact #101779adminKeymasterHi Johnny Larue,
Thank you for the feedback. We will consider the requested change for the future versions of our component.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/May 3, 2021 at 6:17 am in reply to: Can't add a New Tab Item in Blazor .. Items collection is null #101778adminKeymasterHi,
Items, ClosedItems, UndockedItems and AutoHideItems are deprecated properties which will be removed from the DockingLayout Blazor component. Within the OnReady function the component by default is rendered and initialized. You can call its methods and set properties there. API for inserting an item like the one you request is not available at present. We will create a work item about adding it in future release.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/adminKeymasterHi Josef,
There is not an official release available. Once we release it, information will be available on our blog, homepage, facebook and twitter.
Regards,
Peter
Smart UI Team
Htmlelements.comadminKeymasterHi Dark Beccio,
The ListMenu by design is much simpler component and it does not have the capabilities of the Tree. Load on demand for that component is not supported.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/adminKeymasterHi Eric,
Which version do you use?
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/adminKeymasterHi,
We are not able to reproduce this with the current version. Please, check whether you use the latest version and share more details about your test.
Regards,
Peter
Smart UI Team
Htmlelements.comadminKeymasterHi klslead,
To initialize custom fields as in the example I pointed out, you should use Javascript, not HTML.
Example:{ dataField: 'mask', label: 'Mask Input', controlType: 'mask', controlOptions: { placeholder: 'Phone number', mask: '+1 (###) ### - ####', }, required: true },
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/ -
AuthorPosts