How do you get a check boxs to appear as one of the columns in a datagrid?

many thanks in advance

Rod

Re: check box in data grid by Lee

Lee
Thu Jun 16 11:32:50 CDT 2005

Rod wrote:
> How do you get a check boxs to appear as one of the columns in a datagrid?
>
> many thanks in advance
>
> Rod
>
>

You need to replace the default table style that is provided for you
automatically. There are lots of examples out there. See this article to
get you started.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/html/wnf_CustDataGrid.asp

HTH - Lee

Re: check box in data grid by Rod

Rod
Thu Jun 16 16:17:14 CDT 2005


"Lee Gillie" <Lee@nospam.odp.com> wrote in message
news:erTiKEpcFHA.3048@TK2MSFTNGP12.phx.gbl...
> Rod wrote:
> > How do you get a check boxs to appear as one of the columns in a
datagrid?
> >
> > many thanks in advance
> >
> > Rod
> >
> >
>
> You need to replace the default table style that is provided for you
> automatically. There are lots of examples out there. See this article to
> get you started.
>
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/html/wnf_CustDataGrid.asp
>
> HTH - Lee


thanks, that did the trick