Kurt,
Maybe you find it here, and when you cannot find it, than the only solution
is to make it yourself.
http://www.knowdotnet.com/articles/kdngrid.html
http://dotnet.leadit.be/extendeddatagrid
DateTimePicker (is the microsoft sample how to make an own
datagridcontrolcolumn)
http://msdn.microsoft.com/library/de...classtopic.asp
I hope this helps a little bit?
Cor
"Kurt" <(E-Mail Removed)>
> Hi,
>
> I have been looking for a adding a combobox dropdown (not dropdownlist) to
> a datagrid, but all of examples are dropdownlist. How can I create a
> ColumComboBox that will display the first item that begins with the group
> of letters I type?
> And add new Items that don't exist in the ComboBox?
>
> When I change "
> DropDownStyle = ComboBoxStyle.DropDownList"
> for
> "DropDownStyle = ComboBoxStyle.DropDown"
>
> my datagrid crashes when I enter to the column with Tab key, doesn't
> validate the text....
>
>
>
> thanks.
>