Hello,
I am using ultragrid and its datasource property is set to bindingsource, further the binding source is
bound to the object containing other collection objects, the tree structue is as follows
Object1
subObject1
anotherObject
subObject2
i want to move the bound node from level 3 to the level 2(subObject2) , i am using the treenode.Reposition()
but it gives me the exception "Cannot reposition to the bound nodes collection"
Can anybody tell me that we should not use TreeNode.Reposition() for the ultratree bound to the binding source
if yes , then what should be the next option for moving the nodes for the bound tree
Thanks
I recommend that you Submit a feature request to Infragistics and perhaps this functionality can be enabled in a future release.