This possibility you can provide by two ways:
[list]By overriding NodeBase.OnFocusChanging in the derived class, if node can't be selected - this method should return false;
Also you should override NodeBase.Selected property to avoid node from selection.[/*:m]
By handling FlyGrid.NodeFocusChanging/NodeSelectedChanging events.[/*:m][/list:u]