RATE THIS ANSWER
+1
Click to Vote:
1
0
For the selection, you can use the datagridview property called SelectionMode.
Here's more details about that on MSDN:
http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.selectionmode(VS.85).aspx
For the left column to disappear, you need to set the datagridview property RowHeadersVisible to false.
Hope this helps!
Joelle
Last Answered:
Mar 10 2008 7:40 PM GMT by JDantin 
335 pts.