how to disable navigation in child rows of a datagrid
Hi,
I have a datagrid that is bound to a source who ahs child and then grand child relationship. I want my datagrid to show only parent to child relationship but not the child to grandchild relationship. How can I do this ??
Thanks,
bilalso Wednesday, April 12, 2006 9:04 PM
What if just toremove the GrandChildrelation from DataSet.Relations collection?