Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > how to disable navigation in child rows of a datagrid
 

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?
vkh75  Thursday, April 13, 2006 9:24 AM
FOr some other purposes, I cant do that.
bilalso  Thursday, April 13, 2006 1:12 PM

You can use google to search for other answers

Custom Search

More Threads

• How to select a single xml node from an xmldocument that has namespaces.
• fill data in combobox
• use of DataGridViewCellCancelEventArgs on 2 grids causes a lock up
• print datagridview cell format
• How to show alert when GridView has opened rows for save/cancel
• date column in webdeveloper VB, how do I only show date?
• How to See custom properties of CustomColumn in Editor window
• datagrideview and concurrency
• How to bind a DataTable to a DataGridView?
• how can I refresh the primary key of the new record from the database to bindingsource control?