@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
admin
KeymasterHi Nikhil,
allowHide does not hide a column. It determines whether a column can be hidden via the column chooser. To hide a column you should use the visible property and set it to false.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi LC,
You can use the grid.dataSource property to get the Grid’s data source with the edits made by the end-user or through API. You can use it in order to update your parent component.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/December 2, 2020 at 2:03 pm in reply to: Kanban loading is slow when many columns as same level #101203admin
KeymasterHi Mitesh,
Our next release is currently planned for the second half of this month.
Best regards,
Peter
Smart HTML Elements Team
https://www.htmlelements.comadmin
KeymasterHi Nikhil Jain,
The ‘change’ event which is raised by the Grid is only raised when selection changes and will have event.detail object. This can be used for detection whether the event is raised by the Grid or by some internal HTML element which is used as an editor for example.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Nikhil Jain,
The DataGrid ‘change’ event should be used as it is the event raised after the selection is changed.
Example: https://www.htmlelements.com/demos/grid/selection-mode-events/
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Nikhil,
this.source.dataSource[0][‘columnName’] = “something” is Invalid code. this.source.dataSource[0][‘columnName’]=”dataupdated”; is not updating the data source and does not notify the Grid that the data source is updated.
You should be using the Grid API for that as show in this example: https://www.htmlelements.com/demos/grid/live-update/
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/November 30, 2020 at 6:15 pm in reply to: "change" Event is not raised when DropDownList is changed #101193admin
KeymasterHi Tr12,
You can use this: dropDown.dropDownAppendTo = ‘body’;
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/November 30, 2020 at 6:12 pm in reply to: No elements are shown in virtualized DropDownList with single element #101192admin
KeymasterHi,
Thanks for the feedback. We confirm the issue related to virtualized in DropDownList. We will fix that in the next release of Smart UI.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
The demo is available here online: https://www.htmlelements.com/angular/demos/grid/data-import/. It can be found also in the download package.
For data binding to JSON, please refer to https://www.htmlelements.com/angular/demos/grid/server-side-mysql-php/.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi LC,
The demo is for importing data from excel, not from json. If the local path to the data.xlsx file is correct, it will work, otherwise it will not be able to load data.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Nikhil Jain,
We are working on our next release coming in mid of December which will add support for dataFields mapping, binding to CSV & TSV. At present, there is no built-in way to map fields in Smart.Grid.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
You’ve missed setting the mentioned in the previous post – groupMember property and also the grouped property which determines that Grouping is applied.<smart-combo-box grouped group-member="group" selection-display-mode="tokens" placeholder="Select items:"></smart-combo-box>
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/November 27, 2020 at 4:40 pm in reply to: Kanban loading is slow when many columns as same level #101179admin
KeymasterHi MiteshJ,
The Kanban in the upcoming version will have Server-side model as a new feature, slightly improved performance and several bug fixes related to its rendering. Additional new features about it are currently not in our development plans.
Best regards,
Peter
Smart HTML Elements Team
https://www.htmlelements.comadmin
KeymasterHi LC,
The Table component is the one which can render TR, TD tags. It replaces the standard HTML Table. If you wonder about differences between Grid and Table, please refer to https://www.htmlelements.com/docs/grid-and-table/
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
We will research whether any changes are required for future versions.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/ -
AuthorPosts