@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
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/admin
KeymasterHi Milan,
Swimlanes are currently not being updated automatically.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
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/admin
KeymasterHi,
Thanks for the feedback. The scrollbar is disabled on that page.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
Keymastermy smart window is opening up a popup and its appearing BEHIND the smart-window. i would like it to appear OVER the window. the popup has a z-index of 100000 or so.
October 3, 2021 at 7:49 am in reply to: error Uncaught TypeError: Smart.Grid.Column is not a constructor #102374admin
Keymasteradmin
KeymasterHi,
This topic is old. Templates code is available for customers after a purchase.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi aconley,
The dataAdapter should not modify your original data. It modifies a copy of the data initially loaded into it. The Grid component raises events when the data is edited and if you need to make updates to your original data source, you need to use them.
Best regards,
Peter Stoev
jQWidgets Team
https://www.jqwidgets.com/ -
AuthorPosts