Results 1 to 2 of 2

Thread: [RESOLVED] Grid selectoin Problem

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    141

    Resolved [RESOLVED] Grid selectoin Problem

    how to select full row of dataGird through key board
    bcoz when focus on gird cursor select just on cell
    Last edited by Waseemalisyed; Oct 14th, 2005 at 01:18 AM.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Grid selectoin Problem

    If you want to do something with a class the first thing you should do is consult the help documentation for the topic that lists the members of that class. This would have yielded the DataGrid.Select(Int32) method. If there is nothing obvious in the member listing then you should look further afield, but that should ALWAYS be your first port of call. You can go directly to the member listing by selecting an object in the designer or a variable or type in the code window and pressiing F1.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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