CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2003
    Location
    Slovenia
    Posts
    6

    datagrid.CurrentRowIndex in child record

    How can I change a currentRowIndex of a child record in
    dataGrid.

    If I return a value of dataGrid.CurrentRowIndex I get
    a parent index, but I would like to navigate through
    child data... ???

  2. #2
    Join Date
    May 2000
    Location
    Toronto, ON, Canada
    Posts
    3,573
    Hi,

    I'm not sure what you want to do but take a look at CurrentCell Property as well.
    Regards,

    Emanuel Vaduva

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured