Thread: Question Datagrid problem
View Single Post
  #6 (permalink)  
Old 11-22-2008, 11:56 AM
jimmajsterski jimmajsterski is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 1.1 (VS 2003)
 
Join Date: Oct 2004
Location: Houston, TX, USA
Age: 74
Posts: 35
Reputation: 107
jimmajsterski probably authored a book by nowjimmajsterski probably authored a book by nowjimmajsterski probably authored a book by now
Default

The pointer of the datagrid ALWAYS selects the row it points at.
So you may "unselect" the row as far as removing the highlight color,
but the row remains selected. I don't see any way to truly unselect a row since there is always a pointer present. Maybe DataGrid is not your best choice for your task?
Reply With Quote