Master / Detail datagridview with relation from type string in C#

Posted by Daniel on Stack Overflow See other posts from Stack Overflow or by Daniel
Published on 2009-02-16T12:00:55Z Indexed on 2010/03/19 11:01 UTC
Read the original article Hit count: 408

Filed under:
|
|

Hello,

I want to show a master / detail relationship using two datagridviews and DataRelation in C#.

The relation between the master and the detail table is an ID from type string (and there is no chance to change the ID to type integer).

It seems like the DataGridView is not able to update the detail view when changing the row in the master table.

Does anybody know if it is possible to achieve a master / detail view using a string ID and if yes, how? Or do I have to use an external DataGrid from another company?

Thanks for any help Daniel

© Stack Overflow or respective owner

Related posts about c#

Related posts about datagridview