Forums
@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
February 22, 2021 at 10:29 pm in reply to: Smart button group – work with Angular Reactive form? #101544
admin
KeymasterHi davout,
Such docs is available here: https://www.htmlelements.com/docs/angular-reactive-forms/. You can use a ButtonGroup with Angular Reactive Forms and make it part of the UI, but you cannot bind its value as such property is not available in that component.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/February 22, 2021 at 3:57 pm in reply to: Smart button group – work with Angular Reactive form? #101542admin
KeymasterHi davout,
It is not a value, like in an Input for example, or Date in the Calendar. In addition, the referred property is only for specific modes of the ButtonGroup.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/February 22, 2021 at 12:03 pm in reply to: smart button group – changing default width of button in group? #101540admin
KeymasterHi davout,
The buttons width in the button group is automatically calculated based on the content. The .smart-button-group-item CSS class is applied to each button. You can use it to modify a specific button or all buttons look. Wrapping is not supported by default.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/February 22, 2021 at 12:01 pm in reply to: Smart button group – work with Angular Reactive form? #101539admin
KeymasterHi davout,
You can display it in Angular Reactive Form. It does not have a value to be set so you could not have initial value.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi tanner anz,
The virtual data source options of the adapter are for loading data on demand. This is useful for DataGrids. I am sorry that the Gantt Chart is underperforming in your scenario. We will do our best to improve it in future versions of the component. A work item is created about that https://github.com/HTMLElements/smart-webcomponents/issues/11
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Cetin Sert,
Such kind of switch is not yet available. We will consider adding it in a future version of the Tabs component. The issue with that feature is when the Tabs content is scrollable, too. In case we make the feature, it will most probably be optional.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Matt2012,
You may check these samples here: https://www.htmlelements.com/demos/grid/server-side-batch-edit/. They will show what kind of object the server will receive from the component.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Michele,
Thanks for the feedback. We reproduce that Firefox related issue and will fix it soon.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi tanner anz,
Thank you for the feedback. We will consider your suggestion to use a Table instead of Tree in the Gantt.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Michele,
Thank you for the bug report. We will work on it for the next release. We created a work item here: https://github.com/HTMLElements/smart-webcomponents/issues/10
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Johnny,
removeRow works with row ids and the data source, not with the actual TR HTML tags so it will be Ok to use it.
For unselecting rows, you can use unselect method and also the clearSelection method. unselect accepts row id, too.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Anselmo,
Thanks for the update. We hope our DataGrid will meet your expectations.
Best regards,
Peter Stoev
Smart UI Team
Htmlelements.comadmin
KeymasterHi JoeO,
The purpose of the query builder is to build queries using buttons, inputs and conditions instead of writing them manually. Logically you can achieve the same output with different queries. We hope it fits to your application needs.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Anselmo,
Could you share your app.component.html, app.module.ts and app.component.ts so we can check them.
Best regards,
Peter Stoev
Smart UI Team
Htmlelements.comFebruary 16, 2021 at 8:07 am in reply to: Production Build Errors with smart-webcomponents-angular 8.0.6 #101511admin
KeymasterHi,
Smart UI requires angular 8+. For old versions of angular you can use jqwidgets-ng.
Regards,
Peter
Smart UI Team
Htmlelements.com -
AuthorPosts