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

How do you change the style attribute on a TreeGrid PropertyColumn?

I want to set the style attribute of a com.inmethod.grid.column.PropertyColumn within a com.inmethod.grid.TreeGrid. The creation of the column is done as follows: private PropertyColumn
Andrew Fielden
  • 3,751
  • 3
  • 31
  • 47
0
votes
1 answer

How to update nodes in SmartGWT TreeGrid after Dragging an item to another folder?

I've implemented a TreeGrid, that is bound to a RestDataSource in SmartGWT. To provide a numeration, i have a TreeGridField called requirementListing, which is calculated on the client-side. After each update, i run a function that (re)calculates…
thenet
  • 23
  • 6
0
votes
1 answer

Re-selecting checked nodes Tree Grid after reload store

I have a Check Tree using Extjs 4, and I have a problem: My Tree be reload each 30s, and only reload a specific node expaned. var node = this.getMyDeviceTree().store.getNodeById('myTree/107'); this.getMyDeviceTree().store.load({ node: node…
Van Teo
  • 25
  • 8
0
votes
4 answers

Extjs 4.1 - Listerning in CellEditing plugin not working at second time

i define a treeGrid with plugin CellEditing like Ext.define('MyExample', { extend: 'Ext.tree.Panel', id: 'example', alias: 'example', .... plugins: [ Ext.create('Ext.grid.plugin.CellEditing', { …
DeLe
  • 2,442
  • 19
  • 88
  • 133
0
votes
1 answer

jqGrid: Set in localStorage treegrid expanded after reloadGrid

I have read this thread and I have downloaded the demo of Oleg but in my code it doesn't work. I have a jqGrid with external PHP with Json. I use a setinteval (1 second) to refresh the data in real time but when I explode a tree it closes…
0
votes
2 answers

Extjs Treegrid Drop Drag loading grid as children

I have a grid, a tree grid and a drop drag functionality in extjs4. The tree grid is populated by an ajax json request but when I drop and drag a record from the grid to the tree, the parent node that is added to the tree grid acts asynchronously…
0
votes
1 answer

TreeGrid and datasource: No items to show

I want to make a treegrid, I followed this sample : http://www.smartclient.com/smartgwt/showcase/#featured_tree_grid No compilation errors, but the tree is always empty: The message is : No items to show. where should I place the datasource.xml? I…
Marwa Kesraoui
  • 21
  • 2
  • 11
0
votes
1 answer

toolbar search with a jqgrid treegrid not working properly

i have a big problem with my jqgrid where search and toolbar search are both not workig here is my code: $("#str_container-uiId").jqGrid({ xmlReader: { root:"structure_object", row:"node_structure", repeatitems:false, id : "node_id" }, treeReader: {…
0
votes
1 answer

jqGrid - Populating a treegrid with local data without using name:value format

I am posting this for others who have a similar use case and looking for a solution. I welcome any feedback to my solution or if you have other ideas to solve the same use case. Problem: I needed to populate a treegrid with local data. Here is the…
RRK
  • 465
  • 2
  • 7
  • 21
0
votes
1 answer

jqgrid treegrid cant collapsing and expanding

Can anyone explain to me what i may be done wrong? My treegrid is : var grid = $("#account"); jQuery(function($){ grid.jqGrid({ url: 'someurl', datatype: 'json', height: 'auto', …
aramadhani
  • 53
  • 2
  • 13
0
votes
0 answers

JQGrid TreeGrid Client side on demand

I am facing a performance problem(script running too long)in IE8 while working on jqgrid treegrid. I have around 1000 records, everything is on client side. is there any way to load child records on demand. Here I need to do everything on client…
Rajeshred
  • 45
  • 9
0
votes
1 answer

dojo 1.7 QueryReadStore parameters

I am new to Dojo, I am using QueryReadStore as the store for loading my TreeGrid, working fine. But the QueryReadStore appends some paramters to the url, parameters like parentId, count, sort etc., I have looked at this link…
aryanRaj_kary
  • 503
  • 2
  • 7
  • 28
0
votes
1 answer

DOJO: TreeGrid - keep expanded nodes open after page reload

Is it possible to keep exanded nodes open after page reload in LazyTreeGrid or TreeGrid ? Maybe I could read the list of open nodes and maybe it is possible to set which nodes are to be expanded at startup ? Help please :)
Sebastian Dusza
  • 2,470
  • 2
  • 30
  • 54
0
votes
1 answer

JQuery EasyUI TreeGrid table column width

i am new to jQuery and not sure how this happening, but i am already mentioned width in data options still getting width=10000px