Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
6answers
2k views

Java lists — does LinkedList really perform so poorly vs ArrayList and TreeList?

Taken from Apache TreeList doc: The following relative performance statistics are indicative of this class: get add insert iterate remove TreeList 3 5 1 2 ...
2
votes
2answers
1k views

DX TreeList - how to make Popup menu on Tree Nodes?

i use DevExpress TreeList. Does anyone can put some example, how to create simple popup menu and add this menu on Nodes in TreeList..?
1
vote
1answer
57 views

CakePHP: Tree list scaffold

I have a SQL table called Sections with the following columns Id | Name | Parent_id I had generated the code with cake bake. The problem is that if you add a new section, I cannot choose the ...
1
vote
1answer
44 views

How do I hide all columns in a treelistitem?

I'm using the HyperTreeList to display a list of items with the name in the first column, and a "Remove" button in the second column. I wrote a function to filter what is displayed in the tree by some ...
1
vote
1answer
237 views

TcxDBTreeList Delphi 7 not arrowing down

I am using the TcxDBTreeList component with Delphi 7 and I am having some wierd results adding rows. I am using a Tclientdataset for my data. I am appending to it and the row shows up correctly in ...
1
vote
1answer
660 views

DX TreeList - How to chango color of some Node

i have DX treeList, it has some functionality like copy, paste, delete and so on. How to do in C# code, to change some Node color to change to some other color?
0
votes
0answers
78 views

Loading the same Usercontrol in different tabs of ASPxPageControl

I have a page with ASPxPageControl with two tabs. Both tabs have an update panel inside which i load a usercontrol. The usercontrol is an ASPxTreeList. It is the same usercontrol which is loaded in ...
0
votes
1answer
45 views

How break after checking / unchecking a node in a treelist

I have a little problem. i should implement a logic for a treeList which consist from a single parent and more children grouped into more groups by ID's. I have an action which treats all nodes: ...
0
votes
2answers
140 views

How to sort glazed TreeList?

I have a pretty weird question - how to sort glazed TreeList? I am using it in SWT NatTable, and when my data provider is set to GlazedListsDataProvider with TreeList inside it, sorting works in a ...
0
votes
1answer
125 views

Adobe Flex 4 Tree Treelistdata

Is it possible to find if a treeListData is having a sibling or not. In adobe Flex 4 and actionscritpt 3
0
votes
1answer
77 views

RadTreeList functionality equivalent can this be achieved in Gridview/Jquery

Telerik has a control called RadTreeList. http://demos.telerik.com/aspnet-ajax/treelist/examples/overview/defaultcs.aspx However, In our project we are not using Telerik. I wish we did. I have to ...
0
votes
1answer
448 views

How to set focused node Devexpress TreeListControl

I'd like to change the focused node in my TreeListControl via code. For the sake of simplicity, I have this example: A grid has two columns, left we have a TreeListControl, and at right there is a ...
0
votes
1answer
762 views

How to set data to the devexpress's treelist

I have a treelist, I must to fill it with some data from txt or excel file, also as possibility from class, please tell me how to do that?
0
votes
1answer
361 views

Using jQuery plugin called jQuery File Tree

Do not know if you know this plugin but basically it displays a tree. I'm having trouble using it, and would like your help to use this plugin. This link has a presentation of the plugin. Basically ...
0
votes
1answer
193 views

Difference in sort order from SQL versus that of TreeList

Within my VB.NET program I am using a Devexpress TreeList v9.2. When I run the program I fill the TreeList from a stored procedure. When I run the SQL procedure in SQL Management Studio my data is ...
0
votes
1answer
922 views

how to databind to DevExpress TreeList

i want to databind hierarchical data from plain data to the ASPxTreeList, i checked the documentation online for the the databinding, this is the code i found: Imports Microsoft.VisualBasic Imports ...
0
votes
1answer
923 views

Looking for a (free) Silverlight treelist / treegrid control (multi-column treeview)

I am looking for a Silverlight 4 treelist / treegrid control (multi-column treeview; not a simple treeview). There is one at Codeplex: http://multicolumntreelist.codeplex.com, but unfortunately it ...
0
votes
4answers
535 views

Using Treelist Values to Query a Sitecore Item

I have an item named All Recipes that contains recipes named R1, R2, and R3. I have another item named My Recipes that has a treelist field named Recipes and it contains selected values R2 and R3 ...
0
votes
1answer
224 views

Copy-Paste Data with tree structure

I have a treeList, loaded with data from SQL DB. The logigs in sql for tree is standart: ID, ParentID and other fields. Now i want to implement Copy-Paste in this tree. When I click on tree, and ...
-2
votes
1answer
50 views

alternative to XtraTreeList for vb6

I'm looking for a advanced treeview component for vb6. Is there any better alternative to XtraTreeList of DevExpress? Thanks