I have a hierarchical grid with just a master table and a detail table. I am allowing autocolumn creation when the datasource is bound. As the columns are created I need to selectively hide and format some of them. I do this in the ColumnCreated procedure using a GridBoundColumn variable to reference each column in turn. The problem is that I can't find a way to identify whether a column is in the master table or the detail table to determine what to do with it. If all column names were unique this wouldn't be an issue but some of them aren't and they need to be seen on either the master record or the detail record, but not both.
Thanks for any help you can give me.
Thanks for any help you can give me.