@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
adminKeymaster
It is not possible to drag a minimized window by design.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/adminKeymasterHi,
As far as I see, you have Javascript code in your example which does that. The way you do it seems to be OK.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/adminKeymasterHi,
No, this is mot possible in this version of the gantt chart. We will consider adding such functionality in the next version.
Regards,
Boyko
Smart UI
Htmlelements.comadminKeymasterHi Nikhil Jain,
TreeGrid virtualization is about loading on demand of new data when a row is expanded. That is the Virtualization UI Design for Tree-like data structures. Virtual scrolling in Tree-mode is something which is not possible for such type of data structure and so it cannot be implemented even if we want to.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/adminKeymasterHi Nikhil Jain,
We will consider. We suggest you to use the ‘change’ event which is the special event for selection.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/adminKeymasterHi,
You can access the datasource members by index and there is also a length property i.e quite easy an artay can be retrieved by just looping through the datasource with for i = 0 to datasource.length.
Regards,
PeteradminKeymasterHi 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/adminKeymasterHi 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 #101203adminKeymasterHi Mitesh,
Our next release is currently planned for the second half of this month.
Best regards,
Peter
Smart HTML Elements Team
https://www.htmlelements.comadminKeymasterHi 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/adminKeymasterHi 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/adminKeymasterHi 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 #101193adminKeymasterHi 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 #101192adminKeymasterHi,
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/adminKeymasterHi,
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/ -
AuthorPosts