Bind different rows to different data sources in data grid

  • Thread starter Thread starter AD
  • Start date Start date
A

AD

I have a parent-child relationship in db . for a parent P1 there are
4 children c1 c2 c3 c4
I want to show the data in data grid. I want the first row of the
datagrid show the parent row and starting from row2 i want to show
children, is there any way to bind show one row differently from
others. Or do i need to use some other control like repeater etc.
 
Back
Top