Data Grid View Behaviour ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NasirLCCI
    New Member
    • Nov 2007
    • 2

    Data Grid View Behaviour ?

    Hi, I am swtiched from VB6 to .NET 2005. I am using Data Grid Veiw on form.

    but its strange for me, on 'Enter' key, it didnt jump to next column of row, rather it creates new row & jump to that row.

    I am unable to find any property, which may convert its behaviour from row to next column.

    Please Guide abt it.



    NASIR MAHMOOD
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Well I'm not sure how you got it to create new rows for you, mine sure doesn't.

    The normal behavor of grids is that the "enter" key moves down the column, not accross the row. Just like in Excel, hitting enter moves down not to the right.
    And just like in Excel, you use the right arrow key to move to the right.

    Comment

    Working...