The treegrid tag has no wiki summary.
4
votes
5answers
173 views
is there any similar treegrid similar to jqGrid Treegrid but supports frozen columns
I like using jqGrid treegrid but there is one feature that i absolutely need which is frozen columns. Is there any similar quality product that supports frozen columns. I know that jqgrid supports ...
3
votes
1answer
139 views
DOJO: Lazy loading nodes in LazyTreeGrid - looking for example code
I'm looking for an example of how to use QueryReadStore (or some other store) with dojox.grid.LazyTreeGrid ?
I want to be able to display big structures and load only necessary required data from ...
2
votes
1answer
115 views
How to change leaf icon in TreeGrid
How can I set an icon for some column in dojox.grid.TreeGrid / LazyTreeGrid ?
In dijit.Tree I can overload getIconClass method to acomplish this.
2
votes
2answers
187 views
Custom Ext.Net TreeGrid nodes?
I'm gonna create an Ext.Net's TreeGrid with custom nodes.
e.g :
All of TreeGrid's nodes should have a textbox at the front of itself and users should write a number at it.
See the below image :
...
2
votes
2answers
474 views
Sorting of jqGrid (v4.1.2) treegrid not working with Ajacency Model
I have been working with jqGrid and there are some useful questions and answers regarding the Adjacency model and I have got everything I need hooked up and working except sorting.
The problem is ...
2
votes
2answers
267 views
JqGrid Treegrid sorting issue
I hope you can help me, I have a structure like this:
- root A
-child_A1
-child_A1_1
-child_A1_2
-child_A1_3
-child_A2
-child_A2_1
-child_A2_2
...
2
votes
1answer
112 views
jqgrid check before clicking add button
for a treegrid i want to enable the add button only if a record is selected. if that is not possible on clicking the add button i would like to see if the rowid selected is not null.
Any ideas i ...
2
votes
2answers
694 views
jqGrid tree grid with pager
How do we make a tree grid with pager using jqGrid?
I have checked and try the demos, but it didn't show any pager, even though there is a pager div in the code
How do create the pager ?
2
votes
3answers
1k views
ASP.NET MVC + jqGrid without AJAX
I have an ASP.NET MVC application which is executing a search against a products database. I want to display the results in a jqGrid using the TreeGrid module. I don't really need the grid to be ...
1
vote
1answer
79 views
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 ...
1
vote
2answers
65 views
How to center the “Loading data . .” message in the visible screen in jqgrid treegrid?
I have a jqGrid treegrid with about 40 columns so there is a large horizontal scroll bar (depending on the size of the browser). The issue is since the width is so large, when the page loads or i do ...
1
vote
1answer
92 views
How can i get the cell value from jqGrid column to do conditional formatting for backcolor
i am using jqGrid treegrid and i want to format the back color of columns based on the value of the data in the cell (its an integer):
Here is an example where I setup the column:
{
...
1
vote
0answers
139 views
Does jquery easyui treegrid support loading child rows on demand through ajax
i want to test out jquery easyui treegrid but i want to see if it has the ability to
initially just download the parent rows
when i drill down it then calls the child rows on demand through ajax
...
1
vote
1answer
101 views
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 ...
1
vote
0answers
258 views
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 ...
1
vote
2answers
2k views
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 ...
1
vote
2answers
538 views
SmartGWT TreeGrid Datasource filled by nested array JSON
I have tried to do the same as the sample says but using JSON instead of XML
Smart GWT Tree
When i do it using XML, it works perfectly, but it only loads first childs when i use JSON.
Here is the ...
1
vote
1answer
614 views
in jqgrid treegrid, how can i specify that i want the data collapsed by default (even though all data is loaded)
I am loading a full treegrid but i would like to have it collapse to only show level 1 (versus showing everything expanded)
is there anyway to specify initial view (collapsed or expanded) when my ...
1
vote
2answers
367 views
in jqgrid treegrid, how can i specify that i want to load the entire tree up front versus on demand
i have an asp.net-mvc page and i am trying to use jqGrid Treegrid. Where do you specific if you want to pass in all of the tree data upfront (versus loading on demand when you drill down). The ...
1
vote
1answer
314 views
is it possible to set alternate row backcolor on a jqgrid Treegrid
i am starting to play around with jqGrid Treegrid but i don't see anyway to set alternative row back color. Is this possible?
1
vote
1answer
182 views
jqGrid tree auto-load messed up
For users like me with not so fast connection, expanding a node while another is still loading messes up the tree. Is there a way to disable the grid while it's still loading? I'm using the latest ...
1
vote
0answers
299 views
How to scroll to a specific record in a treegrid with smartgwt when it's initially drawed?
I need to draw a tree grid with selecting and scrolling to a specific record initially. I tried the following code. The selection works, but the scrolling doesn't. What is the solution?
...
1
vote
2answers
441 views
Improving JQGrid Tree Grid performance
I have a rather large tree grid of clients (total tree size 3000 but the one node has 1500 children). Its an adjacency model tree and I only load the data thats needed (Ajax call when I expand each ...
1
vote
0answers
269 views
How to display an XML file in an Ext GWT / GXT TreeGrid with generic columns?
I'm using Ext GWT 2.2.3 and I am trying to read a XML as a string and display it as a TreeGrid.
The XML is in a form like:
<a>
<b>
<ba>Hello</ba>
</b>
...
1
vote
2answers
636 views
treegrid example doesnt work
im trying to run the treegrid example but it only gives me the grid with no data in it !!
this is my default.aspx:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" ...
1
vote
2answers
825 views
Leaf/Child Nodes of a SmartGWT TreeGrid do not show Folder icon to expand them
I have a requirement to fetch the child records of a tree node on expanding it using the "+" sign of the folder. If any particular node doesnt have children the "+" sign should vanish. This ...
1
vote
1answer
1k views
jqGrid Autoloading Treegrid issue . .
I am having a problem with an autoloading tree grid.
At present I have a structure that is only 2 levels deep.
1
a
b
c
2
a
When I click to expand a node, the grid seems to add ...
1
vote
2answers
676 views
Access jqgrid elements using a javascript
I am using treegrid of jqgrid,in which i want multiselect which is not possible ,so i explicitely put a checkbox column,Now i want to know how to iterate each row of tree grid and access pareticular ...
1
vote
1answer
385 views
How to format ExtJS treegrid borders
So I thought formatting the borders within an extjs treegrid would be basic but I have not been able to find a solution after hours of trying and looking around. The problem I'm having is that my ...
1
vote
2answers
640 views
How to format ExtJS treegrid cell based on value in another cell
I am trying to format one ExtJS treegrid cell based on the value in another cell in the same row. Below is an overview of how I currently have it coded. However, this is not currently working so I ...
1
vote
1answer
663 views
Smartgwt select treenode from code
I have a TreeGrid in which I have a Tree:
Tree nodesTree = new Tree();
TreeGrid navTreeGrid = new TreeGrid();
navTreeGrid.setData(nodesTree);
and I want everytime I'm adding a node to the tree to ...
1
vote
0answers
78 views
Is there an Event after reordering the TreeGrid of smartclient?
I'm using isomophics smartclient.
I have a DataBound TreeGird with drag and drop functionality. If I reorder my nodes the changes are send to the Server.
Where do I have to hook into to do something ...
1
vote
1answer
908 views
How to use JqGrid TreeGrid in MVC.NET 2?
theres not that much information over internet on how to use Trirand JqGrid TreeGrid option with MVC2.
Anybody with an example?
1
vote
4answers
5k views
Does anybody know how to load data in ExtJS TreeGrid on demand?
I have found a good TreeGrid control in ExtJS library. But there is one thing, I have very big tree and I need the loading on demand.
Does anybody know how to load data in ExtJS TreeGrid on demand?
...
1
vote
0answers
332 views
How to make SmartGWT TreeGrid reparent selectively allowed depending on nodes
I have the following data in a SmartGWT TreeGrid object.
Home
|-Room 1
|-Room 2
|-Table
|-Chair
Reparenting is allowed by calling treeGrid.setCanReparentNodes(true);
I want to allow ...
1
vote
1answer
4k views
jQuery jqGrid TreeGrid not functionining properly
I am having trouble constructing a jqGrid TreeGrid using local data. This method works just fine as a regular grid if you comment out the treeGrid and ExpandColumn attributes, but once you add those ...
0
votes
0answers
8 views
GXT TreeGrid with RowExpander on leaf
In a TreeGrid in GXT, is there a way to put the RowExpander plugin only on leaf nodes? Right now, when the + icon next to an interior node is clicked, it silently ignores an error, thus cancelling the ...
0
votes
0answers
10 views
How to inline edit jqGrid treegrid
I have a jqGrid treegrid and I want the leaf/node column to be inline editable. currently, what pops up in the input textbox when clicking the cell is similar to this:
<div class="tree-wrap ...
0
votes
0answers
9 views
Enable client-side filtering in jqGrid
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 ...
0
votes
1answer
40 views
While editing any field of expand column of treegrid in jqgrid.. getting html contents of that cell, not the actual value. Any Solution?
In jqgrid for treegrid, when i click on the value displayed in a cell of expandColumn:'name' column to edit it, i am getting the html for the contents within the cell.
The html content i get is :-
...
0
votes
0answers
32 views
SmartGWT TreeGrid field filter with SelectItem
I am using SmartGwt 3.0, GWT 2.4.0 in IE9.
I have a smartgwt treeGrid in which i customize a field filter to be a SelectItem as follows:
...
TreeGridField field = new TreeGridField();
SelectItem ...
0
votes
2answers
25 views
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.
...
0
votes
0answers
16 views
My ExtJS TreePanel grid keeps breaking when I manually modify it
I have tree panel that is also a grid. The tree panel loads fine.
I have form that I use to do search. I take the results of that form and manually modify the tree grid. After a search is done, I ...
0
votes
1answer
36 views
ExtJs TreeGrid with editor column. Exists?
I need an ability to edit values in a grid column of a treegrid. Simply adding a editor to the column's config didn't helped. I'm using ExtJs4 treepanel component.
Any ideas?
0
votes
1answer
39 views
Is it possible to implement the search functionnality in a TreeGrid in smartGWT?
Is it possible to replicate the search functionnality 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 ...
0
votes
0answers
36 views
how to use row-editor plugin for treeGrid
i have a treegrid and i need to make it as editorGrid.
My treegrid is
var tree = new Ext.ux.tree.TreeGrid({
title: 'Core Team Projects',
height: 500,
renderTo: Ext.getBody(),
...
0
votes
2answers
45 views
Using Smart GWT TreeGrid for Navigation
I'm working on a SmartGWT project where I'd like my main navigation to be done via a treegrid. The treegrid renders proprerly and its DataSource is functioning appropriately as well. The treegrid is ...
0
votes
2answers
166 views
Configuration required to get Sencha ExtJS TreeGrid example working
Can someone help explain what configuration I'm missing to get the Sencha Ext JS 4 framework TreeGrid sample working?
Here's what I've done so far:
Downloads:
http://php.iis.net > click "PHP on ...
0
votes
0answers
43 views
use extjs TreeGrid as a form component
I would like to use Customised extjs TreeGrid as form component.
I wrote TreeGrid.getValues() method based on chekboxes and inputs,
but since it has GridView as proto - realisation seems vague to ...
0
votes
1answer
78 views
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 ...