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
0
votes
1 answer

Dojo + clicking checkbox of the parent node in LazyTreeGrid should automatically make the child nodes checked How To

I am working on lazyTreeGrid in dojo and so far I have managed to place checkboxes. However,when I select a checkbox of a parent node or a folder , I need all the children nodes checkboxes to be automatically checked.How should I go about this? This…
Harsha Venkataramu
  • 2,887
  • 1
  • 34
  • 58
0
votes
1 answer

Tree jQGrid does not show icon to see second levels

I'm getting a problem with my Tree Grid, I can just expand the first level, its children come with a icon that does not allow to expand anymore, what am i doing wrong? View Grid Load Complete, I thing the error is here... loadComplete: function ()…
0
votes
1 answer

Extjs 4 treeStore appendChild after a specific node

How to append a child on a specific position (as default the new child will appear after the last node) My solution is to use a variable of order function treeGridReorder(){ var i=0 ,j = 0; …
Kld
  • 6,970
  • 3
  • 37
  • 50
0
votes
2 answers

SmartGWT: custom treegrid with connector lines

I coded a CustomTreegrid, and some custom leafs have triple the height of a standard Treenode /leaf. (here is how i did it: custom treenode smartgwt) But when I want to show connector lines between the nodes with setShowConnectors(true);, the…
Any1
  • 182
  • 2
  • 15
0
votes
1 answer

Flex TreeGrid Query

Can anyone tell me the equivalent of osflex:TreeGridCellRenderer for the flexlib package?
Bharath
  • 3
  • 2
0
votes
0 answers

Why the icon don't show in SmartGWT TreeGrid?

all i have set up an TreeGrid ,i set up an romote datasource for it. In the callback founction,i use setData(include the icon information) for the TreeGrid instance,so TreeGrid instance have the icon value in it. but show the default icon.what's…
July
  • 1
  • 2
0
votes
1 answer

How can I configure SmartGWT TreeGrid to use different types of objects?

I have this usecase: I get all of my Customers. For each Cutomer, I want to get his Receipt. For each Receipt, I want to get all ShoppingItems. From the examples I can see how TreeGrid works if I had a hierarchy of objects of the same type, but I…
Andrija
  • 937
  • 14
  • 33
0
votes
1 answer

how to apply custom CSS to select row into Tree Grid Panel into Ext JS 4.1

I am new into ext js I am using Ext js 4.1 for Create treeGrid Panel also we use different render function for ech column. Then How to apply CSS to Selected Row into Treepanel?
Sudarshan
  • 350
  • 4
  • 11
0
votes
0 answers

Treegrid with JSON and pager (add, edit, del)

I'm trying to create a jQgrid with treeGrid: true and the options of pager (add, delete, edit, search and refresh). I have this example: http://jsfiddle.net/6Sceb/ but the options of pager not working so good. Any ideas why this could happened? Is a…
FeKuLa
  • 356
  • 2
  • 10
  • 24
0
votes
2 answers

JQGrid - Load at Once not loading in a correct order

I am using JQGrid version 4.1.2. With this I am facing some problems in tree grid while using Adjacency model (Load at once). I Am loading the JSON data from a server. Tree grid is getting formed according to the row order from JSON data. Say for…
0
votes
1 answer

Using JqGrid with TreeGrid + GridDnd

I have been trying to implement the JqGrid with the TreeGrid and GridDnD functionality for some time now and I'm having trouble. I've seen it done before so I know it can be done. Here is the code I use to create the TreeGrid, which works as…
Nick
  • 81
  • 10
0
votes
1 answer

Error with adding/removing smartgwt treegrid data: "this.data.isGroupedOutput' is null or not an object"

I have a treegrid for which I have operation add and remove. It works fine if I go to this page before any other page in my application. If I first visit some other page and than come to this page, here is the error that I receive: 13:39:46.403…
0
votes
2 answers

Loading Nested JSON Data in ExtJS4 TreeGrid

I'm trying to load nested JSONData into my tree grid. On the first call to get data, all the data needed to populate the grid is returned in the response as a JSON Object. However I can see that it still tries fetch data for all the parent objects…
Babyangel
  • 105
  • 1
  • 2
  • 10
0
votes
1 answer

node.js server, displaying HTML file which has jqGrid plugin included.

I have a simple HTML file which includes jqGrid plugin. I am using jqGrid plugin to have a tree grid in my HTML page. Now, I am trying to host this HTML file in node.js server. My server.js looks like this var http = require('http'); var fs =…
Ayaz Pasha
  • 1,045
  • 6
  • 13
  • 28
0
votes
1 answer

ExtJS 4.0.7: Tree grid - multiple plugins

I have tried to find a solution to this with no luck for the past week. So this is kind of my last option. I have a tree grid in ExtJS 4.0.7. (I have the option to update to 4.1.0, but it produces some errors that I do not have the time to be…
GauteR
  • 360
  • 7
  • 28
1 2 3
18
19