Hi,

Is it possible de create a datagrid on a Winform where
the columns can contain a combobox instead of a simply
textzone?

Thanks

Kurt Vandevelde

Re: Combobox in a datagrid by Bob

Bob
Mon Oct 27 03:45:11 CST 2003

Override the DataGridColumnStyle class to host a ComboBox.

There is an example in the help for DataGridColumnStyle that hosts a
DateTime picker, this could be adapted to host the combo box control.

--
Bob Powell [MVP]
C#, System.Drawing

The October edition of Well Formed is now available.
Find out how to use DirectX in a Windows Forms control
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Blog http://bobpowelldotnet.blogspot.com

"Kurt Vandevelde" <Kurt.Vandevelde@LogicaCMG.Com> wrote in message
news:05d601c39c67$2a9fdbf0$a101280a@phx.gbl...
> Hi,
>
> Is it possible de create a datagrid on a Winform where
> the columns can contain a combobox instead of a simply
> textzone?
>
> Thanks
>
> Kurt Vandevelde



Re: Combobox in a datagrid by hirf-spam-me-here

hirf-spam-me-here
Mon Oct 27 05:42:17 CST 2003

* "Kurt Vandevelde" <Kurt.Vandevelde@LogicaCMG.Com> scripsit:
> Is it possible de create a datagrid on a Winform where
> the columns can contain a combobox instead of a simply
> textzone?

<http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q480q>

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>