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 1.4.2 Tree Grid "expando click" event? persist state?

Question: Given a DOJO TreeGrid, how can I capture the event when a user clicks the expando ("+") button to expand a row, and store the specific row number or associated item's identifier? I'd like to do this for the express purpose of completely…
Langecrew
  • 21
  • 2
  • 11
0
votes
1 answer

SmartGWT: TreeGrid expand empty folder resets the tree

I am building a TreeGrid with data from an XML type DataSource, as in SmartClient showcase. I am using Windows XP and SmartGWT version 3.0, GWT SDK 2.4.0 (using Eclipse IDE). However, the problem is when I try to expand an empty folder, the tree…
dvdchr
  • 734
  • 11
  • 26
0
votes
1 answer

Jqgrid treegrid performance

I have tried gridview:ture , loadui:block but still it takes more time to display treegrid after loading. my json contains more then 2044 data. I am using firefox version 3.6 my code is given below ** Glcm= [{name:'id',index:'id',…
0
votes
1 answer

jQuery - loading jqGrid - TreeGrid with array data

I am trying to load the TreeGrid (jqGrid) with array data. But somehow hierarchy is not showing up. The data is only appearing in flat structure. Code: $("#list").jqGrid({ treeGrid: true, treeGridModel: 'adjacency', ExpandColumn:…
Lokn
  • 421
  • 4
  • 17
0
votes
1 answer

Dojo: dojox.grid.LazyTreeGrid + QueryReadStore - errors when paginating children

I'm testing LazyTreeGrid implementation in Dojo. And I have this problem. When LazyTreeGrid is used with LazyTreeGridStoreModel and QueryReadStore pagination of children nodes sometimes causes errors. I was trying to only load children of opened…
Sebastian Dusza
  • 2,470
  • 2
  • 30
  • 54
-1
votes
1 answer

Method of recursively adding depth into a tree grid view

so right now I currently have a tree grid view that has up to 3 levels of expansion cause I manually wrote in a nested hierarchical data template within another data template, I'm wondering if there is a method to automatically add depth into my…
Linsel
  • 15
  • 4
-1
votes
2 answers

Tree grid with checkbox on each cell in angular 5

I need this kind of tree grid with checkbox for each cell with nested json in angular 5. I have checked the ag-grid and jqwidgets but couldn't find the solutoin to my problem.
Asad
  • 3,070
  • 7
  • 23
  • 61
-1
votes
1 answer

WPF - Horizontally arranged items isn't visualizing

couldn't get the virtualization working in the 3rd column of the data grid. I am combining these two solutions…
RADKrish
  • 51
  • 7
-1
votes
1 answer

Jqwidget Treegrid

this is might clearer: I have billion records data for treegrid, I use plugin jqwidget treegrid using "virtual mode", but the editing proccess for update data does not work in term it doesn't send data to server. How can I fix the problem. Or I…
-1
votes
1 answer

coqsoft formatting cell value to be 0.00 in case it is 0

I have a page that is using the coqsoft grid, and the cells of type int are displayed either with a value or empty if the value is zero, I don't want that, I want the grid to display either a value or 0.00 if the value is zero. Please help. Thanks.
-1
votes
2 answers

JQgrid - treegrid error

I have looked at the related question This question and have tried to apply to my tasks. I get headers of the grid with some hanging bubble over it that says "Loading..." and nothing happens. When I run console, in there I see an error that says…
Dima R.
  • 995
  • 2
  • 14
  • 25
-5
votes
3 answers

How to call a class method using an onclick?

So I have an init function defined something like this: init: function() { $("#editRow").click(function() { } $(".removeRow").click(function() { } } So, I was wondering if there was any way for me to call the class method removeRow…
smarty_pants
  • 79
  • 1
  • 8
1 2 3
18
19