Highlighting a row in a Windows data grid

  • Thread starter Thread starter Red Green
  • Start date Start date
R

Red Green

In a Delphi datagrid there is a RowSelect property that highlights the
currently selected row and does not allow the user to edit individual
fields. Is there anything like this in the windows .NET datgrid?
 
That selects an individual row. What I need to do is to change the behavior
of the grid so that it some row is always selected and the user cannot
select an individual cell. This was a property that could be set in the
older windows components but seems to have been omitted from the .NET
datagrid?
 
Back
Top