I have two grids, two datatables, and a relation object set up in a
VB.net windows form. It is in a master detail set up so that the first
grid is mapped to the first table via the datasource property. The
second grid is mapped to the first table also but the datamemeber is
set to the relation object. So that when a row in the first grid is
clicked the second grid automatically displays the data associated with
that the selected record. This is great and all works well. The issue I
am having is that when I build the table style for the second grid it
never gets used. I am setting the mapping name of the tablestyle to try
and point it to the appropriate table in the grid, only no matter what
I map it to, and I have tried all three elements datatable1,
datatable2, and relation object, it doesn't seem to format the grid. I
even read somewhere to try datatable.relation and that did not work
either. Any ideas?