Child DataGridView
-
Hi, Iam using Windows based DatagridView..So i want to display the Child View.. and iam adding the TextLinkColumn..So just if i click the TextLinkColumn and displaying the related records in Child DataGridView.. Here i done the coding for displaying child dataGridview..So iam geting error in this Coding part... already i've done the RelationShip to dataBase Tables Error is:"Child list for field APPLICATION_DETAILS cannot be created." here...Declare dtTable- DataTable private void LocationView(int applicationID) { this.Cursor= Cursors.WaitCursor; APPLICATION locationForm=new APPLICATION(); CurrencyManager cm = ((CurrencyManager)this.BindingContext[dtTable, "APPLICATION_DETAILS.APPLICATION_DETAILSAPPLICATION"]); IBindingListView list=(IBindingListView)cm.List; locationForm.ShowDialog(applicationID, this, list); this.Cursor=Cursors.Default; } Pls tel me..now critical situation.. Pls need help.. Somu