CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2000
    Posts
    264

    Moving to the new row on a datagrid

    I have added a new row to my datagrid. How do I move the cursor to that row in the first field? It does not do it automatically.


  2. #2
    Join Date
    Jan 2000
    Posts
    264

    Re: Moving to the new row on a datagrid

    Nevermind...I'm using a list view now and it works great and is more flexible than the datagrid.


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