|
Browse by Tags
All Tags » WebTree ( RSS)
-
How do i prevent the node from expanding/collapsing when I check the node? Update: I have since found that this wil not happen if I Set teh Expand On Click property to false, however is there a way allow the user to check/uncheck the checkbox without expanding/collapsing the node?
-
Im answering my own question here. I tried the other ways to make an UltraWebTree act like it has radio buttons. None of them worked. This does! In aspx: <ignav:UltraWebTree ID="uwtSiteTree" runat="server" CheckBoxes="True" HiliteClass="" HoverClass=""...
-
I would like to make the UltraWebTree perform like a radio control in Javascript with a NodeChecked ClientSideEvent. Since there does not appear to be a built in way to do this I figure that Ill have to: 1. Remember what node was just checked. 2. Unselect all of the nodes. 3. Reselect the node that was...
-
Hello, I have a WebTree control embedded on 5 groups on a WebListBar inside the left column of an HTML table. The column width is set to 22%, the WebListBar's width is 100%, and the WebTrees on each of the WebListBar groups is set to an initial width of 267px via javascript. The problem occurs when...
-
I've solved this issue in two steps. One is needed for IE 6, and the other for Firefox. Step 1. Assign Node Text using method: private void SetNodeText(Node n, string text) { string[ parts = text.Split(new char[ { ' ' }); StringBuilder sb = new StringBuilder(); foreach (var p in parts) {...
-
Hello everybody!! Is there any way for to set the same indentation for nodes with childs and nodes without childs? thanks in advance!!
-
Hi, How one can search a tree and highlight the searched Item in a webtree using javascript? Thanks
-
Each time a demand load occurs within my webtree it expands the node I click on and the first node that is added to the selected node too. i.e. Rather than just the children of the selected node being displayed it also dislays their children. Could somebody please explain why this is? And how I can fix...
-
Hi folks, i have written a typed dataset including 4 tables, which have 3 relations, one between each table. I am using it as datasource for UltraWebTree. I works fine except one feature. As you can see curently 4th Levels are used. I want to reduce the 3rd Level, cause thier is no meaningfull benefit...
-
Either way it opens in a new window: I have tried to set the target on the treeview: < asp : TreeView ID ="TreeView1" runat ="server" Font-Names ="Arial" Font-Size ="8pt" ForeColor ="Black" Target ="_Self"> </ asp : TreeView > or...
|
|