@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
admin
KeymasterHi,
The answer is that the issue is confirmed, and a work item is created. When this one is resolved, the information will be published online on our website https://www.htmlelements.com/docs/release-notes/. If you’ve subscribed for updates, you will get a notification by email, too.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
You should have received an email from our support team 5 days ago.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/May 20, 2024 at 11:20 am in reply to: Increase in granularity of data in smart-timeline-header-content #110743admin
KeymasterHi Varshitha,
The Gantt supports up to 3 levels. If you would like to have a day, you need to use another view of the Gantt.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
It is in the modules folder along with all other source files.
Best Regards,
Markovadmin
KeymasterHi Antal,
We have an active work item. When this is resolved, the info will be posted here: https://www.htmlelements.com/docs/release-notes/. We have a planned release for this month so I hope that this will come into the release.
Best Regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Joko,
We are unable to reproduce this with the provided details. Unfortunately, we could not run this code as it has parts which we do not have. Could you please, share a sample in stackblitz or codesandbox and step by step instructions which will allow us to test this.
Best Regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Catdoken,
You can use the rowClick event which occurs when a row is clicked and open a Smart.Window for custom editing purposes. As for the resize, you are right, when a row is resized, it needs to be re-rendered. With methods such as beginCellEdit and beginRowEdit, you can restart the editing process, too.
Regards,
PeterSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi maoz,
The circle was available in the previous versions, too. The events rendering has 2 modes – classic and modern and by default it is modern i.e with circle since the first release of the Scheduler. This behavior depends on the eventRenderMode property with ‘classic’ and ‘modern’ values.
Regards,
Peteradmin
KeymasterThanks for the feedback!
We created a work item about this misbehavior and will resolve it in the next patch release.
Best Regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
The Grid has endEdit method which triggers the end of edit operation. You can call this method within the button’s on click event handler.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
getViewDates() returns the view start and end dates. When the current date is within the same view, the view start and end dates are the same and does not change.
As for the loading, no, it does not have a property to display a loading indicator. You can use an overlay DIV tag with loading gif and show/hide it dynamically as a solution. For example: https://www.w3schools.com/howto/howto_css_loader.aspRegards,
MarkovSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
This function is not available for usage in Scheduler. You can bind it to an Array, JSON, CSV, TSV or XML. For binding to remote data, you can look at https://www.htmlelements.com/demos/scheduler/server-side-mysql-php/
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
The 17.2 release refreshes our Angular & Blazor components which are available only as NPM & Nuget packages. The Angular package is about the Angular 17 support i.e npm i smart-webcomponents-angular and Blazor .NET 8 support – dotnet add package Smart.Blazor.
Regards,
Peteradmin
KeymasterHi,
The Grid is used a bit incorrectly in the shared sample. Using element.querySelector on elements which are dynamically created and reused is the source of the issue. I would suggest you to look at our help docs and examples in order to learn how to better utilize the component. It is also better to create a grid instance, set all the Grid properties and then append the Grid to the DOM instead of dynamically setting multiple properties which will require re-renders from a performance point of view. If you app requires this, then I would suggest using the Grid’s beginUpdate and endUpdate methods before and after setting your properties. By doing that, you will end up with only 1 refresh.
Regards,
MarkovSmart UI
https://www.htmlelements.com/admin
KeymasterHi Ferris,
I tried to reproduce this here https://www.htmlelements.com/demos/grid/grouping-header-panel/ and tested with Edge, Chrome and Firefox. I cannot see an issue with the behavior. Do you use the latest version of the Grid component?
Regards,
MarkovSmart UI
https://www.htmlelements.com/ -
AuthorPosts