Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Exception using keyboard navigation in tree with hidden node

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Exception using keyboard navigation in tree with hidden node
Link Posted: 06-Jun-2006 04:05
FlyGrid.Net trees allow the user to navigate the nodes of a tree by typing the first character of a node's text. However, FlyGrid throws an exception if the traversal crosses a hidden node.

Reproduction:
    Run the VB demo.
    Double-click on TreeView replacement.
    Select Add Root, Add into selected, Hide Selected, Add Root, then Add into selected.
    Select the first node in the tree.
    Type the T key.[/list:u]
    The last step should select the node \"This is a new node\" however, it throws the following exception.

    An unhandled exception of type 'System.ArgumentException' occurred in ninerays.flygrid.dll

    Additional information: The NodeBase specified to FlyGrid.Selected must a valid NodeBase.


    Please fix this soon, as we are using trees with hidden nodes.
Link Posted: 06-Jun-2006 05:06
Please provide me with the stack trace of this exception that you can extract from Exception.StackTrace property.
I've tried to reproduce this problem - but have no received exception.
Link Posted: 06-Jun-2006 05:08
Please disregard my post - I got exception.
We'll fix this problem ASAP.