Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Forms
  4. Child DataGridView

Child DataGridView

Scheduled Pinned Locked Moved Windows Forms
helpdatabase
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    somagunasekaran
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups