selection box in datagrid

  • Thread starter Thread starter Andy G
  • Start date Start date
A

Andy G

I just added a datagridView to my form and it looks like it adds a
'Selector' box in the header row. That box that is blank, has the * in it
if you can add records. How do I get rid of that thing? I can't find any
option to get rid of that selector box.

Thanks.
 
I'm looking how to get rid of that box. If you set the AllowUserToAddRows
property to False it just removes the *. I want to remove the entire area
(box) left of your first Column. If you add a datagridview to a form you
will see what I'm talking about.

Thanks.
 
Back
Top