PDA

Click to See Complete Forum and Search --> : Datagrid editing?


tHeFaRo
Feb 25th, 2003, 01:00 AM
I was wondering if it is possible to add something like a ComboBox to an Datagrid? I want the user to pick something of a list when editing a field within the Datagrid.

Is this possible?

Thanx

Pirate
Feb 25th, 2003, 01:22 AM
Originally posted by tHeFaRo
I was wondering if it is possible to add something like a ComboBox to an Datagrid? I want the user to pick something of a list when editing a field within the Datagrid.

Is this possible?

Thanx
Yes , it is possible . I've seen couple of examples but can't remember exactly where :p . Here's a link maybe help :

tHeFaRo
Feb 25th, 2003, 02:40 AM
Sweet! I will give it a go.
Thanx

tHeFaRo
Feb 25th, 2003, 03:54 AM
The databinding is what I have in mind. But it still does not solve the problem of placing and rendering the List in the Datagrid.

Does anybody have any idea?

Lunatic3
Feb 25th, 2003, 11:46 AM
you can add a combobox control to the column you want. The datasource of that can be a source other than the datagrid itself.
look here:

http://www.syncfusion.com/faq/winforms/search/480.asp