Questions tagged [treegrid]

A graphical user interface element that presents data in tree view.

A graphical user interface element that presents data in tree view.

282 questions
1
vote
1 answer

jqGrid treeGrid Expand Collapse not working

I'm tryoing to set up a treeGrid using jqGrid 4.2.1 after some works visual it looks ok, but expanding collapsing does not work. Only the icon toggles, but the groups stays visible. The setup is as follows $("#list").jqGrid({ …
Arnoud Kooi
  • 1,588
  • 4
  • 17
  • 25
1
vote
1 answer

Enable client-side filtering in jqGrid's TreeGrid

With TreeGrid enabled in jqGrid, how can one create a work-around or customize the jqGrid source code so that the filter toolbar works properly on the client side? Out of the box, having TreeGrid enabled disables client-side filtering, paging, and…
Donald T
  • 10,234
  • 17
  • 63
  • 91
1
vote
2 answers

Styling a smartgwt TreeGrid

I have come a long way styling a certain treegrid, attempting to make it not look like a treegrid :D I've removed the connector lines, open/close buttons, icons to only have text and indentation. However, for some reason when I hover a row, the…
Steven De Groote
  • 2,187
  • 5
  • 32
  • 52
1
vote
1 answer

Is it possible to implement the search functionality in a TreeGrid in smartGWT?

Is it possible to replicate the search functionality found in ListGrid and implement it for a TreeGrid to find all the tree nodes which matches the search criteria? Here is the one for the ListGrid:…
Adel Boutros
  • 10,205
  • 7
  • 55
  • 89
1
vote
1 answer

What is the difference between TreeGrid and TreePanel components of ExtJs 4?

I would like to know whats the difference between TreeGrid and TreePanel components of ExtJS 4? I was looking for some component which will allow me to display rows and sub rows (for slice and dice kind of dashboard) but couldn't find anything…
Shekhar
  • 11,438
  • 36
  • 130
  • 186
1
vote
2 answers

Word wrap in TreeGrid

I'm using GXT 2.2.5 I wonder how can I make neat word wrap in TreeGrid. I've found that i should give whitespace: normal to make text wraped. But then i have ran into bad left margin issue as you can see in attached image. Any ideas? Thanks in…
denu
  • 2,170
  • 2
  • 23
  • 28
1
vote
1 answer

Smart gwt tree grid with multiple columns and check box

We need a Smart gwt tree grid with multiple columns and check box. After some initial investigation it seems 1. Treegrid can support a tree for single columns and can support checkbox. But this is only for single column. 2. Treegrid can support…
MountainRock
  • 594
  • 1
  • 9
  • 24
1
vote
1 answer

Change styling of dojo treegrid cell if value changes

What I have is a treegrid populated with values from ajax. Every 30 seconds the store is refreshed and new data is displayed. I need to change the styling (color or background-color) of a treegrid cell when it's value differs from the old one. The…
noru
  • 547
  • 2
  • 6
  • 21
1
vote
2 answers

jqGrid (v4.1.2) treegrid addChildNodes not adding entries properly to the grid

I'm currently working on getting a treegrid going where I'm overriding the data functions to call a thrift service to fill in the data. The idea is that I load only the parent nodes then when the node is expanded it will dynamically call the thrift…
JoshD
  • 141
  • 9
1
vote
2 answers

ExtJs 4 : Tree grid panel filter

I am using ExtJs 4 with a Tree panel on west region and TreeGrid panel on center region. Is there any way to filter the TreeGrid panel(center region) on selection of the treepanel(west) ?? I tried the following but no luck…
Rashmi
  • 629
  • 1
  • 11
  • 35
1
vote
2 answers

Add new rows to jqGrid Treegrid model

We've created a jqGrid TreeGrid that represents a filesystem, where branches are folders and leafs are files. We've implemented functionality within the TreeGrid to create new "files" by using addChildNode which works well enough. However, we also…
shmeeps
  • 7,725
  • 2
  • 27
  • 35
1
vote
0 answers

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:
CrazyEight
  • 147
  • 1
  • 18
1
vote
1 answer

is there a way to add a summary row to jqgrid treeview

i am using jqgrid with the treegrid view and most of the columns are numbers that are aggregated up the tree. The one missing piece is having a total row to aggregate the top level hierarchy. Is there something built into jqgrid to support this or…
leora
  • 188,729
  • 360
  • 878
  • 1,366
1
vote
0 answers

VAADIN 14 TreeGrid Keyboard Navigation not supported?

A TreeGrid component is used to navigate in our application. It works well when using the mouse. But we want to support the use of the keyboard also. It seems that in VAADIN 8 this was…
devel oper
  • 11
  • 1
1
vote
1 answer

How to change Column Header Font size , Color, Background color in Syncfusion EJ2 Tree-grid on click event?

How to change Column Header Font size , Color, Background color in Syncfusion EJ2 Tree-grid on click event ?