datagrid tablestyles child data

  • Thread starter Thread starter pchak
  • Start date Start date
P

pchak

Hi,
I'm trying to get the tablestyle to populate when I
navigate ("drill down") to the child data in a datagrid. I
have the tablestyle mappingname set to the child table,
but it still uses the "default" (all the cols in the table
with their col name) setting. I've tried defining
programmatically (clearing all the cols and colstyles and
adding one at a time), and setting a couple cols for the
tablestyle using the designer, but no luck.

On the datagrid navigate event, I see the
datagrid.datamember has been switched to the child table,
but no luck.
Help!
thanks,
pchak
 
Ya i am trying to do the same. Hiding the primary key columns using a diff
tablestyle obj for the child table. But found no way or method to connect
them up.
 
Back
Top