Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » WebTree (RSS)
  • WebTree expands/collapses when checking node

    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?
    Posted to Forum by gsmone on 11-14-2008
  • Radio WebTree!

    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=""...
    Posted to Forum by ClarkBattle on 11-04-2008
  • Unchecking all nodes with Javascript

    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...
    Posted to Forum by ClarkBattle on 11-04-2008
  • WebTree client-side resize not working

    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...
    Posted to Forum by RiFster55 on 10-17-2008
  • Re: Wrapping text in a webtree node

    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) {...
    Posted to Forum by gRRRok on 10-14-2008
  • UltraWebTree Nodes with different indentation

    Hello everybody!! Is there any way for to set the same indentation for nodes with childs and nodes without childs? thanks in advance!!
    Posted to Forum by hossmi on 09-18-2008
  • WebTree Client Side Search

    Hi, How one can search a tree and highlight the searched Item in a webtree using javascript? Thanks
    Posted to Forum by sirfamol85 on 09-03-2008
  • Webtree with ManualSmartCallbacks Expands 2 Levels On each DemandLoad

    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...
    Posted to Forum by PBZ13 on 07-30-2008
  • Relations with treeview

    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...
    Posted to Forum by schubert_mze_de on 07-28-2008
  • target = "_Self" doesnt work

    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...
    Posted to Forum by bpreston on 07-16-2008
Page 1 of 3 (27 items) 1 2 3 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems