Hi to everybody.
I have a problem creating a relation between a RadTreeView and a RadGridView.
I add the:
Me.RadTreeViewModelli.RelationBindings.Add(New RelationBinding("ModelloTessuti", Me.TblDBtblDBTessutiBindingSource))
If I bind the tree to a RadListBox the progam works fine, but with a RadGridView the behaviour seems random. Sometimes when I select the node the grid was refresh sometimes not.
Where I wrong?
Alessio
I have a problem creating a relation between a RadTreeView and a RadGridView.
I add the:
Me.RadTreeViewModelli.RelationBindings.Add(New RelationBinding("ModelloTessuti", Me.TblDBtblDBTessutiBindingSource))
If I bind the tree to a RadListBox the progam works fine, but with a RadGridView the behaviour seems random. Sometimes when I select the node the grid was refresh sometimes not.
Where I wrong?
Alessio