Hi , I am using GridviewRelation to show the tree, but my data need to be shown like this:
Id ParentId
1 2
2 4
1 6
It means, sometimes we have the one child belong to many parents. It displays the below error, how can i fix it ?
Row with id '30' already appears in the hierarchy with parent id '27'. Each row in a self-reference hierarchy can appear only once in the hierarchy