@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
admin
KeymasterHi davout,
You do not need to use the DateTime class in order to use DatetimePicker. The examples clearly show how you can use the component and get/set dates to it. This class is internally used and for Angular it is not part of the public API.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi davout,
There is no import for Smart.Utilities.DateTime because it is not used anywhere. Such Typescript definition does not exist.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/July 5, 2021 at 9:17 am in reply to: how to detect whether a task has been selected in a Kanban? #101977admin
KeymasterHi davout,
We will consider implementing that missing functionality in future versions of the Kanban. When that happens, we will update our https://www.htmlelements.com/docs/roadmap/
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Dark Beccio,
That looks like an issue in the DataGrid component. We will work on it for the next version.
Thank you for the feedback!
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi davout,
We have multiple online demos for this component which show how to use it with Angular. You may look at them here: https://www.htmlelements.com/angular/demos/datetimepicker/overview/. You can also edit samples in Stackblitz.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi davout,
We may consider something like that in future.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi davout,
There is not ‘Smart.Utilities.DateTime’ in ‘Smart’ typescript defs. That is the reason you’re getting typescript error.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Ronak,
Tree Grid mode of the Grid supports this: https://www.htmlelements.com/angular/demos/grid/tree-grid-checkbox/
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Tullio,
Could you post this to support@jqwidgets.com? We will send you instructions right after that.
Best regards,
Peteradmin
KeymasterHi,
As you mentioned that you use Win 10, the easiest way to run a sample is: Download the .zip from our download page, unzip it to “C:\inetpub\wwwroot\smart-webcomponents”.
For WebComponents usage:
Open “localhost” and navigate to the webcomponents demos.
For Vue, the steps are:
– Navigate to /vue-demos
– npm install
– Edit the index.js to build a specific sample.
– npm run start
– Open your web browser with localhost and navigate to the vue demo. Ex: localhost\smart-webcomponents\vue-demos\demos\grid\overview
Hope this helps.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Nandhini.
Thank you for the feedback. The reported behavior will be updated in the next release of our Smart.Grid component.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi nar-c
Kanban Templates are supported and demonstrated in this example: https://www.htmlelements.com/angular/demos/kanban/task-template/. However, it is not possible to fully replace a Kanban Card template. We will consider adding this functionality in a future version or as a custom development service.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi nar-c,
Thanks for the update.
We use the Javascript native forEach method in our code. If a native function’s behavior is changed, this may result in errors not only in our code.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Michele,
The reported behavior is fixed in the current version.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/May 25, 2021 at 12:26 pm in reply to: [Scheduler] how to fetch data from a saved/edited event #101847admin
KeymasterHi Torsten Brieskorn,
dragEnd, dragStart are raised when you drag/drop event.
item
resizeStart, resizeEnd are raised when you resize an event.
itemUpdate is raised only when you edit an event through the Scheduler dialog.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/ -
AuthorPosts