VB.Net Datagrid Showing Parent Column Names but not the values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a datagrid with a child relationship. If I use the default TableStyle
everything works fine and when I drill down into a child, the ParentRow shows
in the header with the column names and their corresponding value.

When I override with a new TableStyle, the drilldown works, but the
ParentRow just shows the ColumnNames not their values.
 
KenRoy,

Did you set the right mappingname in the columnstyle?

I hope this helps, and otherwise show the code of your datarelation and the
creation of the needed column in the childgrid to us?


Cor
 
Back
Top