283 questions
0 votes
1 answer
262 views
lwc select-rows attribute wont update for tree grid?
I am trying to automatically select(checkbox) the nested rows when selecting the parent row in a lightning-tree-grid. It's my understanding that the selected-rows attribute on the lightning-tree-grid ...
1 vote
0 answers
57 views
Vaadin TreeGrid: overlapping components when scrolling
I recently migrated from Vaadin 14 to Vaadin 24. Previously, I had a perfectly working TreeGrid which consisted of a single ComponentColumn rendering custom elements. However, since the migration it ...
0 votes
0 answers
135 views
Workaround or alternative tree grid to JqxTreeGrid due to unique id issue?
I currently use the widget JqxTreeGrid for large datasets for my company. I've come across a fatal issue where child parts of different parents that are the same part aren't treated as unique rows and ...
0 votes
2 answers
400 views
Changing TreeGrid Dropdown icon
Is there a way to change the expand icon for TreeGrid in Vaadin? I have attached the current UI of the tree.I want to add '+' as icon for expanding the tree instead of normal right pointing arrow and ...
0 votes
1 answer
122 views
how to prevent click or selection on node in tree list extjs 7.1 modern
I want to prevent click or select event on some treelist node so user can not click or select that particular node. I have tried disabled property but it's not working in modern and I'm using version ...
0 votes
2 answers
182 views
Bug in Grid Component becuase role ="treegrid"?
The element has ARIA role="treegrid" despite it functionally being an element that should have the ARIA role="grid". Go to the Vaadin Grid component page and inspect the first ...
0 votes
1 answer
68 views
How to display row index not include stackedHeader in Syncfusion Treegrid
I want to display Row index in syncfusion treegrid. I used this way <Style TargetType="syncfusion:TreeGridRowHeaderCell"> <Setter Property="Background" Value=&...
0 votes
1 answer
180 views
Syncfusion Angular TreeGrid Hierarchy lines or connectors
Is there anyway to show some guiding lines / Connectors depicting the hierarchy data in Tree Grid? Refer to the blue lines in the below image
3 votes
1 answer
294 views
java.lang.IllegalArgumentException: Cannot add the same item multiple times: Day@3ea2225f
I want to use a Treegrid to represent days, but when adding the days to the treegrid I get the error: java.lang.IllegalArgumentException: Cannot add the same item multiple times: Day@3ea2225f My ...
1 vote
0 answers
501 views
Nebular Tree Grid table body scrollable
Is it possible to make just the table body without the table header of a table (tree Grid) in nebular theme vertically scrollable? The basic tree grid looks like this: <table [nbTreeGrid]="...
0 votes
1 answer
242 views
ExtJs 6.7.0- treePanel with rowWidget misaligned when using locked column
I have an Ext.tree.Panel with a rowWidget using Ext.grid.Panel, when I lock the first column of Ext.tree.Panel the rowWidget expansion doesn't expand the locked column all the way. I understand that ...
0 votes
1 answer
137 views
smart gwt TreeGrid addSelectionUpdatedHandler can not get selected record
I have a treeGrid, and initialize the tree in the client. And add hander of addSelectionUpdatedHandler. The tricky thing is: it can get selected record in the first time. Then whenever I select the ...
0 votes
0 answers
287 views
Vaadin flow (v14.7) TreeGrid editing
Is it possible to edit certain cells (column) in a TreeGrid, similar to what GridPro offers in terms of editing ? I don't seem to be finding such feature.
2 votes
1 answer
1k views
Nebular Tree Grid Drag and Drop rearranging Nodes
I'm looking for a solution for Nebular Tree Grid drag and drop option for rearranging hierarchical table data. Example for nested Nodes (in my case the hierarchy is a little bigger): 1 Chapter 1.1 ...
0 votes
0 answers
446 views
Angular TreeGrid (ej2 syncfusion) connection with backend API data not rendered
Does anybody use ej2 syncfusion angular UI components? I am trying to connect my backend API with their TreeGrid component, The connection works fine, the request gives data successfully, but the ...