Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
Multiple nodes selectable under different parents
posted

The documentation for Infragistics 8.1 says Regardless of SelectionType, no two nodes under different parents may ever be selected simultaneously. But nodes under different parents can be selected on pressing the Ctrl key while selection. This dint happen in previous versions. Is there any way to avoid this.

  • 1775
    posted

    http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/Win_You_Can_Now_Select_Nodes_from_Different_Levels_in_WinTree.html

    In previous releases,

    WinTree is a Windows Forms control that allows for navigation and structure in any Windows Forms application or project.

    Toolbox Item: UltraTree

    Namespace: Infragistics.Win.UltraWinTree

    ',event)" class="hsglossaryreference" title="Click to show a definition of this term">WinTree™ only allowed you to select nodes from the same tree level simultaneously. This release, we've broken the level barrier, allowing you to select as many nodes, in as many levels of the tree as necessary. You don't need to perform any extra work in order to turn this functionality on, it just works. However, if you want to manipulate the SelectedNodes collection based on nodes in different levels, you'll need to sort through the collection and identify which Node belongs to which Level.

    A couple of NetAdvantage releases ago, I've made a feature request to publish normal release notes (bugs fixed (independently whether they were found by the customers or internally), features implemented, performance improvements etc.). See http://www.nunit.org/index.php?p=releaseNotes&r=2.4.6

    As you can see, nothing was changed. We get the same 3-4 lines of marketing bla-bla-bla.

     

  • 1775
    posted

    http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/Win_You_Can_Now_Select_Nodes_from_Different_Levels_in_WinTree.html

    In previous releases,

    WinTree is a Windows Forms control that allows for navigation and structure in any Windows Forms application or project.

    Toolbox Item: UltraTree

    Namespace: Infragistics.Win.UltraWinTree

    ',event)" class="hsglossaryreference" title="Click to show a definition of this term">WinTree™ only allowed you to select nodes from the same tree level simultaneously. This release, we've broken the level barrier, allowing you to select as many nodes, in as many levels of the tree as necessary. You don't need to perform any extra work in order to turn this functionality on, it just works. However, if you want to manipulate the SelectedNodes collection based on nodes in different levels, you'll need to sort through the collection and identify which Node belongs to which Level.

    A couple of NetAdvantage releases ago, I've made a feature request to publish normal release notes (bugs fixed (independently whether they were found by the customers or internally), features implemented, performance improvements etc.). See http://www.nunit.org/index.php?p=releaseNotes&r=2.4.6

    As you can see, nothing was changed. We get the same 3-4 lines of marketing bla-bla-bla.