D
David D. McCrory
I have a typed dataset that has 2 tables that are related using a
DataRelation. I am displaying the data in 2 separate grids. I want to be
able to select a record in the parent grid and only display the related
child records in the child grid. I have read several posts that discuss
binding to a data relation, but I do not understand how this is supposed to
work. I have tried setting the DataMember property to the DataRelation, but
only the tables are available in the dropdown list. Can someone show me an
example (in C#) of how this can be accomplished?
Thanks in advance......
DataRelation. I am displaying the data in 2 separate grids. I want to be
able to select a record in the parent grid and only display the related
child records in the child grid. I have read several posts that discuss
binding to a data relation, but I do not understand how this is supposed to
work. I have tried setting the DataMember property to the DataRelation, but
only the tables are available in the dropdown list. Can someone show me an
example (in C#) of how this can be accomplished?
Thanks in advance......