This question is locked. New answers and comments are not allowed.
Hi
I want to create a RadGridview hierarchy using parent child relation of my datamodel. I am trying to use ISSelfrefrence(true) property of ChildtableDefinition. Using this property I am able to show parent child relation in my radgridview. Now In my parent radgridview I only want to eliminate duplicate rows i.e. the rows that are shown in child grid should not be shown in parent grid. For example :
my datasource has 100 rows and I am setting Isselfreference = true, so out of this 100 rows 10 rows will form my parentgrid and 90 rows will form 10 grids (each containing 9 rows) for each row of my parent grid. So only 10 rows will be visible in my parent grid and remaining 90 will only appear in my childgrids. Is there a way to acheive this in Radgridview ????????????
I want to create a RadGridview hierarchy using parent child relation of my datamodel. I am trying to use ISSelfrefrence(true) property of ChildtableDefinition. Using this property I am able to show parent child relation in my radgridview. Now In my parent radgridview I only want to eliminate duplicate rows i.e. the rows that are shown in child grid should not be shown in parent grid. For example :
my datasource has 100 rows and I am setting Isselfreference = true, so out of this 100 rows 10 rows will form my parentgrid and 90 rows will form 10 grids (each containing 9 rows) for each row of my parent grid. So only 10 rows will be visible in my parent grid and remaining 90 will only appear in my childgrids. Is there a way to acheive this in Radgridview ????????????