PC Review


Reply
Thread Tools Rate Thread

Datagrid and

 
 
Kurt
Guest
Posts: n/a
 
      15th Nov 2004
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.


 
Reply With Quote
 
 
 
 
Cor Ligthert
Guest
Posts: n/a
 
      16th Nov 2004
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.
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MVVM: Single datagrid row selection when a datagrid contains anotherdatagrid in side RowDetailsTemplate Sunita@.NET Microsoft C# .NET 0 12th Nov 2010 09:03 AM
How to add a Dropdown list to a datagrid at runtime (dynamic) without using template columns in ASP.NET and still have the ability to us the datagrid Update event. Daniel Roth Microsoft Dot NET Framework 0 5th Apr 2005 04:54 AM
Filling One DataGrid Based on Selection from Another DataGrid - Both in Separate User Controls thegame Microsoft ASP .NET 1 28th Feb 2005 04:23 PM
Added CheckBox to a DataGrid Doesn't work with DataGrid.Enabled=False Amar Microsoft ASP .NET 0 6th Apr 2004 11:14 AM
DataGrid Component | Displaying columns of a DataSet as Rows in a DataGrid ? Diego TERCERO Microsoft C# .NET 3 19th Dec 2003 02:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:14 PM.