DataGridView fails SelectedCells property

Posted by ghiboz on Stack Overflow See other posts from Stack Overflow or by ghiboz
Published on 2010-06-08T08:28:11Z Indexed on 2010/06/08 8:42 UTC
Read the original article Hit count: 236

Filed under:
|
|
|

Hi! in my project I have 3 DataGridView and I need to retrieve the SelectedCells of the grid in 2 grids this works fine, but in one ( and the code is exactly the same of the other 2) the grid.SelectedCells.Count is 1 but If I go in the inspector to view which cell is selected, the result is 0,0...

thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms