473,386 Members | 1,726 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Combobox in datagrid

Hi all,

Any one know that how to add combobox in datagrid or any 3rd party
datagrid can do that..

Thanks
Nov 21 '05 #1
10 4677
Hi,

http://www.windowsformsdatagridhelp....d-faf92f41f563

http://www.windowsformsdatagridhelp....9-3866d4936de0

Ken
----------------------
<Localbar> wrote in message news:%2***************@tk2msftngp13.phx.gbl...
Hi all,

Any one know that how to add combobox in datagrid or any 3rd party
datagrid can do that..

Thanks

Nov 21 '05 #2
<Localbar> schrieb:
Any one know that how to add combobox in datagrid or any 3rd party
datagrid can do that..


Extended DataGrid
<URL:http://dotnet.leadit.be/extendeddatagrid>

Dropdown Listbox Column
<URL:http://www.i-syn.gmxhome.de/devcom/colstyles/ddlistbox.htm>

5.9 How can I put a combobox in a column of a datagrid
<URL:http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q480q>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Nov 21 '05 #3
thx Ken

"Ken Tucker [MVP]" <vb***@bellsouth.net> ¦b¶l¥ó
news:ek**************@tk2msftngp13.phx.gbl ¤¤¼¶¼g...
Hi,

http://www.windowsformsdatagridhelp....d-faf92f41f563
http://www.windowsformsdatagridhelp....9-3866d4936de0
Ken
----------------------
<Localbar> wrote in message news:%2***************@tk2msftngp13.phx.gbl...
Hi all,

Any one know that how to add combobox in datagrid or any 3rd party
datagrid can do that..

Thanks

Nov 21 '05 #4
Thanks so much..very useful


"Herfried K. Wagner [MVP]" <hi***************@gmx.at> ???
news:O4*************@tk2msftngp13.phx.gbl ???...
<Localbar> schrieb:
Any one know that how to add combobox in datagrid or any 3rd party
datagrid can do that..


Extended DataGrid
<URL:http://dotnet.leadit.be/extendeddatagrid>

Dropdown Listbox Column
<URL:http://www.i-syn.gmxhome.de/devcom/colstyles/ddlistbox.htm>

5.9 How can I put a combobox in a column of a datagrid
<URL:http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q480q>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #5
Hi,

I already try to use Extended DataGrid. I add combobox in column1. I
would like to display product description in column2 after choose product
code from column1. Is the combobox only for display purpose?...I can't find
any method can do what i want.. Would you tell me how to do it?

Thanks

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> ???
news:O4*************@tk2msftngp13.phx.gbl ???...
<Localbar> schrieb:
Any one know that how to add combobox in datagrid or any 3rd party
datagrid can do that..


Extended DataGrid
<URL:http://dotnet.leadit.be/extendeddatagrid>

Dropdown Listbox Column
<URL:http://www.i-syn.gmxhome.de/devcom/colstyles/ddlistbox.htm>

5.9 How can I put a combobox in a column of a datagrid
<URL:http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q480q>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #6
I have used Infragistics WinGrid with great success

Gavin

Localbar wrote:
Hi all,

Any one know that how to add combobox in datagrid or any 3rd party
datagrid can do that..

Thanks


Nov 21 '05 #7
Hi Gavin..

Is it free...?

Localbar

"Gavin" <ga********@gmail.com> ???
news:11********************@o13g2000cwo.googlegrou ps.com ???...
I have used Infragistics WinGrid with great success

Gavin

Localbar wrote:
Hi all,

Any one know that how to add combobox in datagrid or any 3rd party
datagrid can do that..

Thanks

Nov 21 '05 #8
<Localbar> schrieb:
I have used Infragistics WinGrid with great success


Is it free...?


AFAIK no:

<URL:http://www.infragistics.com/Products/NetAdvantage/WinForms/>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Nov 21 '05 #9
Sorry, No

Check out www.infragistics.com
Regards

Gavin

Localbar wrote:
Hi Gavin..

Is it free...?

Localbar

"Gavin" <ga********@gmail.com> ???
news:11********************@o13g2000cwo.googlegrou ps.com ???...
I have used Infragistics WinGrid with great success

Gavin

Localbar wrote:
Hi all,

Any one know that how to add combobox in datagrid or any 3rd party
datagrid can do that..

Thanks


Nov 21 '05 #10
Sam
I use 9rays grid. it's quite good (but not free)
check it out :

http://9rays.net/cgi-bin/components.cgi?act=1&cid=105

Nov 21 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Gamze | last post by:
Hi, In my vb.net windows application ,i have combobox which is populated by sqlserver database table.When i select value from combobox ,value saved in to other table of my database and i use to...
3
by: Bill C. | last post by:
Hello, I know this has been discussed a lot already because I've been searching around for information the last few weeks. I'm trying to implement a DataGridComboBoxColumn class. I've found...
2
by: john sutor | last post by:
Does anyone know how to create a combobox in a standard datagrid? I can create check boxes , but not the combobox
3
by: PeterZ | last post by:
G'day, After doing much searching and pinching bits of ideas from here there and everywhere I came up with a fairly 'clean' solution of including a comboBox into a dataGrid column. You can...
2
by: pei_world | last post by:
I want to implement a key hit with enter to dropdown a combobox that is in the datagrid. in this case I need to override its original behaviours. I found some codes from the web. Does anyone know...
3
by: TT (Tom Tempelaere) | last post by:
Hay there, I'm writing my own DataGridComboBoxColumn because .NET 1.1 does not have one (I hope .NET 2.0 supplies one). I based it on this article:...
1
by: John Doe | last post by:
Now i know how to manually add a combobox to a datagrid, but how would i handle the recordset below? ID | FirstName | LastName | Job -------------------------------- 1 |Joe | Smith |...
0
by: dbuchanan | last post by:
ComboBox databindng Problem == How the ComboBox is setup and used: My comboBox is populated by a lookup table. The ValueMember is the lookup table's Id and the DisplayMember is the text from a...
1
by: fiaolle | last post by:
Hi The first set of source code is the class for a combobox in a grid, hopefully. In the second set of code we try to use the combobox class, but the grid is empty. I don't understand how this...
4
by: JJGarcia | last post by:
Hi Everyone, I'll try to explain the process I'm following, I'm new to this so I'm triying the easy way first, probably the lasyest too! I created a new Project, drag in to it a SQLConnection,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.