@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
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.comFebruary 15, 2021 at 6:34 pm in reply to: Production Build Errors with smart-webcomponents-angular 8.0.6 #101509admin
KeymasterHi,
The error seems to be caused because of the typescript version used in your app or a conflict with other lib in your package.json. In addition, the smart version used in your app is very old. We advice you to use the latest.
Regards,
Peter
Smart UI Team
Htmlelements.comadmin
KeymasterHi Walter,
Excluding holidays is not implemented as a feature in the Gantt chart. We will consider that in future versions.
Such functionality is available in our similar component – Scheduler.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/February 15, 2021 at 9:04 am in reply to: smart-check-box and Angular reactive form – how to set value? #101503admin
KeymasterHi davout,
Ok, thanks. We will Test that. If we find an issue, it will be resolved in the next smart-webcomponents-angular NPM package.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/February 15, 2021 at 7:49 am in reply to: smart-check-box and Angular reactive form – how to set value? #101501admin
KeymasterHi davout,
If you think that you have found an error, then please share an example, which we will be able to run, and instructions to reproduce the issue.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Walter,
The component works with the Javascript Date object for dates, which is the native way to handle date operations in javascript. That means that when you set a String we will donew Date(your string).
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/February 15, 2021 at 6:41 am in reply to: smart-check-box and Angular reactive form – how to set value? #101498admin
KeymasterHi davout,
1. The error message means that a String is expected.
2. We have 1 checkbox component.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi davout,
You can use the “nullable” property in your component.
Please, take a look at this code snippet:<smart-date-time-picker [autoClose]="true" [calendarButton]="true" [dropDownPosition]="'bottom'" [dropDownDisplayMode]="'calendar'" [formatString]="'dd-MM-yyyy'" [nullable]="true" [placeholder]="'From'" [autoClose]="true" [value]="null"></smart-date-time-picker><smart-date-time-picker [autoClose]="true" [calendarButton]="true" [dropDownPosition]="'bottom'" [dropDownDisplayMode]="'calendar'" [formatString]="'dd-MM-yyyy'" [nullable]="true" [placeholder]="'To'" [autoClose]="true" [value]="null"></smart-date-time-picker>
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi MilesGibson,
1. The id here represents a property of the Event in the specific resource. It is not necessary to be unique id in this case.
2. No, it is not currently possible to modify the template for Scheduler Events.
3. The blazor-demos/pages folder contains the Scheduler Blazor page.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Walter,
Thank you for the feedback.
As a workaround, you may add this CSS.smart-number-input[disabled] .nav .up,.smart-number-input[disabled] .nav .down { pointer-events: none;}
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/ -
AuthorPosts