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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top