@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
admin
KeymasterHi,
We did not release a new version. It is expected this month.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Dark Beccio,
This is currently a limitation in the Scheduler control. We will update it for the next version so the itemUpdate will be dispatched for Event exceptions, too.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
I meant the online demo on our website’s blazor page. The demo on Github is not the latest one.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/November 5, 2021 at 10:27 am in reply to: Is it possible to set the sort index programmatically? (Blazor) #102503admin
KeymasterHi,
The grid internally has a sort index, but there is no public API to retrieve it. This is something which we will add in the next version of the Blazor Grid as well as the missing SortBy method for it.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
I suppose you are using an old version of Smart.Blazor or an old version of the demo as in the online example, there is no ‘Id’ column and it is not part of the list of columns, too. Could you please, check that on your side?
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/November 4, 2021 at 5:27 pm in reply to: Is it possible to set the sort index programmatically? (Blazor) #102499admin
KeymasterHi,
The Grid’s SortBy method can be used to apply sorting to a column using the Grid API. SortIndex Column property is not available.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/November 4, 2021 at 2:41 pm in reply to: Filter symbol disappears when a column is reordered (Blazor) #102497admin
KeymasterHi,
Thanks for the feedback. That is an issue which will be resolved in the next version of our DataGrid component.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Mark,
The next version of Smart UI will have the textarea editor expanded by default. We already did that for our Blazor Grid and this will be added to the JS versions as well. The Grid has methods such as setCellValue, getCellValue, addRow, updateRow, deleteRow which may help for CRUD application scenarios using the Grid API. You may look at: Grid API – Grid Docs – Web Components for Javascript, Typescript, Angular, React and Vue (htmlelements.com).
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/October 20, 2021 at 2:38 pm in reply to: ability to manage the rows in the categories of a grid tree #102449admin
KeymasterHi Oleg,
You can look at: Smart Grid Web Component | Grid | Smart UI for Web Components (htmlelements.com)
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Mark,
For multiline text edit, we have a special built-in textarea editor. You can check it out here: TextArea Editor in Smart Grid. (htmlelements.com)
As for a custom edit dialog – we do not have such API at present. We will add a work item which allows such customization in the next release of Smart.Grid component.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi tullio,
The “getRows” method returns the rows in the Grid. Each row has a “data” property with its data. You can use that functionality to keep the things in sync with your backend data.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/October 20, 2021 at 6:54 am in reply to: The ability to manage the rows in the categories of a grid tree #102441admin
KeymasterHi Oleg,
In a tree grid that is not possible. It is possible and enabled by default when the data grid is grouped by a field. Example: Grouping Basic | Grid | Smart UI for Web Components (htmlelements.com)
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/October 20, 2021 at 6:53 am in reply to: ability to manage the rows in the categories of a grid tree #102440admin
KeymasterHi Oleg,
In a tree grid that is not possible. It is possible and enabled by default when the data grid is grouped by a field. Example: Grouping Basic | Grid | Smart UI for Web Components (htmlelements.com)
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Javi,
We will need a stackblitz example in order to check your use-case.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/October 19, 2021 at 3:28 pm in reply to: File upload component, pass specific validation error #102433admin
KeymasterHi Lukac,
The fileUpload has a responseHandler callback function, which can be defined for validation purposes. In this help tutorial is shown how to set it up. Web Components Fileupload – Getting Started | Fileupload Component | https://www.htmlelements.com/
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts