select row only in datagrid?

  • Thread starter Thread starter Tarren
  • Start date Start date
T

Tarren

Hi:

I am wanting to make it so that a user cannot select a single cell in a row,
but can only select the entire row. Can someone point me in the right
direction as to how to accomplish this. I worked with the styles and if the
person clicks in the row selector on the left, then it highlights the whole
row, but I would like it that if they click anywhere on the row (any cell)
it will select the whole row, and not just that cell..

What I am wanting to accomplish is that the the user picks a row from the
list and it displays the details below the grid in another control.

Thanks!

- T
 
Tarren said:
Hi:

I am wanting to make it so that a user cannot select a single cell in a row,
but can only select the entire row. Can someone point me in the right
direction as to how to accomplish this. I worked with the styles and if the
person clicks in the row selector on the left, then it highlights the whole
row, but I would like it that if they click anywhere on the row (any cell)
it will select the whole row, and not just that cell..

What I am wanting to accomplish is that the the user picks a row from the
list and it displays the details below the grid in another control.

http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q689q

Cheers

Arne Janning
 
Back
Top