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.

Re: selection box in datagrid by Tim

Tim
Fri Apr 07 09:54:27 CDT 2006

Are you looking for the AllowUserToAddRows property?
http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.allowusertoaddrows(VS.80).aspx

--
Tim Wilson
.NET Compact Framework MVP

"Andy G" <ajgould at iastate dot edu> wrote in message
news:uvRqI4kWGHA.4652@TK2MSFTNGP04.phx.gbl...
> 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.
>
>



Re: selection box in datagrid by Andy

Andy
Fri Apr 07 10:12:07 CDT 2006

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.


"Tim Wilson" <TIM(UNDERSCORE)WILSON(AT)ROGERS(PERIOD)COM> wrote in message
news:%23RJiqMlWGHA.4132@TK2MSFTNGP04.phx.gbl...
> Are you looking for the AllowUserToAddRows property?
> http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.allowusertoaddrows(VS.80).aspx
>
> --
> Tim Wilson
> .NET Compact Framework MVP
>
> "Andy G" <ajgould at iastate dot edu> wrote in message
> news:uvRqI4kWGHA.4652@TK2MSFTNGP04.phx.gbl...
>> 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.
>>
>>
>
>



Re: selection box in datagrid by Tim

Tim
Fri Apr 07 10:41:32 CDT 2006

RowHeadersVisible?
http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.rowheadersvisible(VS.80).aspx

--
Tim Wilson
.NET Compact Framework MVP

"Andy G" <ajgould at iastate dot edu> wrote in message
news:efvKkWlWGHA.1084@TK2MSFTNGP04.phx.gbl...
> 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.
>
>
> "Tim Wilson" <TIM(UNDERSCORE)WILSON(AT)ROGERS(PERIOD)COM> wrote in message
> news:%23RJiqMlWGHA.4132@TK2MSFTNGP04.phx.gbl...
> > Are you looking for the AllowUserToAddRows property?
> >
http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.allowusertoaddrows(VS.80).aspx
> >
> > --
> > Tim Wilson
> > .NET Compact Framework MVP
> >
> > "Andy G" <ajgould at iastate dot edu> wrote in message
> > news:uvRqI4kWGHA.4652@TK2MSFTNGP04.phx.gbl...
> >> 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.
> >>
> >>
> >
> >
>
>



Re: selection box in datagrid by Andy

Andy
Fri Apr 07 11:35:41 CDT 2006

That's it!

Thanks Tim.



"Tim Wilson" <TIM(UNDERSCORE)WILSON(AT)ROGERS(PERIOD)COM> wrote in message
news:ePos%23mlWGHA.1228@TK2MSFTNGP02.phx.gbl...
> RowHeadersVisible?
> http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.rowheadersvisible(VS.80).aspx
>
> --
> Tim Wilson
> .NET Compact Framework MVP
>
> "Andy G" <ajgould at iastate dot edu> wrote in message
> news:efvKkWlWGHA.1084@TK2MSFTNGP04.phx.gbl...
>> 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.
>>
>>
>> "Tim Wilson" <TIM(UNDERSCORE)WILSON(AT)ROGERS(PERIOD)COM> wrote in
>> message
>> news:%23RJiqMlWGHA.4132@TK2MSFTNGP04.phx.gbl...
>> > Are you looking for the AllowUserToAddRows property?
>> >
> http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.allowusertoaddrows(VS.80).aspx
>> >
>> > --
>> > Tim Wilson
>> > .NET Compact Framework MVP
>> >
>> > "Andy G" <ajgould at iastate dot edu> wrote in message
>> > news:uvRqI4kWGHA.4652@TK2MSFTNGP04.phx.gbl...
>> >> 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.
>> >>
>> >>
>> >
>> >
>>
>>
>
>