Tagged Questions

0
votes
1answer
14 views

Jquery TreeView Add node

A parent page contains a tree (Jquery TreeView), users can add a node using a pop-up, a pop-up has to connect to the database and retrieve some data and return it upon closing (at …
1
vote
1answer
26 views

WPF TreeView binding through XAML

So I have a class structure like this Store Owner Cashier List of Products Product Name Price List of Vendors Company Name Contact …
0
votes
2answers
23 views

TreeView Databind - from c# object?

I would like to databind my TreeView from a data structure. After googling some, I came to a conclusion that writing my own simple Tree structure using List of Nodes would be the …
0
votes
1answer
21 views

Asp.net and Jquery Tree

I need a tree that I can add nodes to, and save to the database once all the desired nodes have been added. I have looked into TreeView server side control, but I wanted to check …
2
votes
2answers
34 views

Why isn’t there a SelectedNodeChanged event for Windows.Forms.TreeView?

The System.Web.UI.WebControls.TreeView class offers this event, but the Forms version of TreeView doesn't. What's the equivalent in the Forms world? I'm using AfterSelect but it do …
1
vote
1answer
26 views

Asp.Net Tree View selected node with Expand depth

Hi, I am constructing an asp.net tree view by querying sharepoint user profiles. The accountname that is to be selected and the root node accountname is being read from query stri …
3
votes
2answers
33 views

Multiple selection in a TreeView

I am using a Windows Forms TreeView control in my program. I would like to allow the user to select multiple nodes at the same level by dragging their mouse pointer around (also ca …
0
votes
1answer
16 views

TreeView control - Is it possible to collapse w/o a postback?

Everything i found online so far is very confusing about TreeView. I know it has a built-in callback, that developer can populate nodes from server on demand, etc etc. I understan …
0
votes
1answer
31 views

WinForms.TreeView - The best way to filter nodes

Hello everybody, Whats the best/efficient way to filter a Treeview nodes using WinForms.TreeView? For example: I typed "abc" and only the Nodes contained "abc" become visible. Th …
1
vote
4answers
55 views

Programatically click on node in treeview?

Hi, I would really need to programatically click on all nodes in the collection, but I cannot see the way how to do it. I end up with trying to call Node_Click event but I dont kno …
0
votes
2answers
24 views

TreeView and Postback

Here is my situation: I will have a web page with TreeView control, which is supposed to be expadable/collapsable/editable. All good so far. I know that postback is used heavily in …
0
votes
1answer
45 views

Lines between nodes in WPF TreeView

All I want to know is if there's an easy way to add lines that connect nodes in a WPF TreeView, in the same manner as Visual Studio 2008's Solution Explorer pane. I found one solut …
0
votes
1answer
53 views

In WinForms .NET C#, how to save to disk the state of a TreeView control

Hello, For a .NET 3.5 VS2008 treeview control, where the item labels are set to be editable, how do I save the changes to disk so that I can load them up again when the applicatio …
0
votes
4answers
38 views

Transfer stringlist into treeview

I have a String List with items like this "Root" "Root/Item1" "Root/Item2" "Root/Item3/SubItem1" "Root/Item3/SubItem2" "Root/Item4/SubItem1" "AnotherRoot" How do I transfer …
0
votes
1answer
32 views

Making the silverlight TreeView control less bulky?

Hi, I'm very new to Silverlight. I've downloaded VS 2010 so that I can mess around with silverlight in a more graphical way and without having to pay a ton of money for Expression …

1 2 3 4 5 30 next
15 30 50 per page