@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
November 5, 2021 at 10:27 am in reply to: Is it possible to set the sort index programmatically? (Blazor) #102503adminKeymaster
Hi,
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/adminKeymasterHi,
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) #102499adminKeymasterHi,
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) #102497adminKeymasterHi,
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/adminKeymasterHi 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 #102449adminKeymasterHi 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/adminKeymasterHi 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/adminKeymasterHi 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 #102441adminKeymasterHi 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 #102440adminKeymasterHi 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/adminKeymasterHi 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 #102433adminKeymasterHi 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/adminKeymasterHi Milan,
Swimlanes are currently not being updated automatically.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/adminKeymasterHi,
To reapply swimlanes, you will need to set the property of the Kanban again. They are not updated automatically.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/adminKeymasterHi,
Thanks for the feedback. The scrollbar is disabled on that page.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts