Results 1 to 1 of 1

Thread: Full Row Select in .Net Datagrid [SOLVED]

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2002
    Posts
    6

    Full Row Select in .Net Datagrid [SOLVED]

    Can anyone help me please

    In the VB6 Datagrids you could set a property where you where able to select the full row when clicking in a cell in the grid.

    Does anyone know how to enable this on a .Net Datagrid ?

    I can select the full row when clicking on the Row indicator on the left, but the user would not know to do it when he/she see's the grid.

    Please help

    ---I Solved this one myself

    use the Following code :

    Code:
    DataGrid.Select(DataGrid.CurrentCell.RowNumber)
    Last edited by StaticInc; Nov 27th, 2003 at 07:21 AM.
    'When all esle fails
    On Error Resume Next

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