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
Printable View
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 :Quote:
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
Sweet! I will give it a go.
Thanx
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?
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