If you don't want to introduce 'type pollution' into your project, by
creating new UserControl types, you may try to create a new Panel() at
runtime, and then adding your controls onto to the surface. After that, add
this panel to the column.
Thx,
Deniz
Developer, Microsoft
"Otis Mukinfus" wrote:
> On Mon, 27 Nov 2006 21:47:15 -0800, Mahesh wrote:
>
> >Hi,
> >I want to show one text box and two buttons in a
> >cell of a column in a datagridview.
> >Any Clues?
> >
> >EggHeadCafe.com - .NET Developer Portal of Choice
> >http://www.eggheadcafe.com
>
> Robin is correct. You will have to create your own controls for this.
> Good luck with your project,
>
> Otis Mukinfus
> http://www.arltex.com
> http://www.tomchilders.com
>