Community & Support
Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > TreeView > Navigating through RadTreeView with ALT + the arrow keys while editing Nodes

Answered Navigating through RadTreeView with ALT + the arrow keys while editing Nodes

Feed from this thread
  • Posted on Aug 1, 2008 (permalink)

    Requirements

    RadControls version

    RadTreeView for ASP.NET AJAX Q1 2008
    .NET version 2.0+
    Visual Studio version

    VS2005 & VS2008
    programming language

    JavaScript
    browser support

    FireFox & IE7


     
    PROJECT DESCRIPTION
    This example shows how to navigate through the RadTreeView with ALT + the arrow keys while editing Nodes.

    Once the edit starts by clicking of a Node, the user can navigate through the RadTreeView by using ALT + the arrow keys.

    Pressing the up/down arrow edits the previous/next sibling of the currently edited Node. Pressing the left arrow edits the parent of the currently edited Node (f any), whereas the right - the first child of the Node (if any).

    The Node editing operation fully completes when the Enter key is pressed.

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > TreeView > Navigating through RadTreeView with ALT + the arrow keys while editing Nodes