473,669 Members | 2,371 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 4690
Hi,

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

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

Ken
----------------------
<Localbar> wrote in message news:%2******** *******@tk2msft ngp13.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.b e/extendeddatagri d>

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#q 480q>

--
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***@bellsout h.net> ¦b¶l¥ó
news:ek******** ******@tk2msftn gp13.phx.gbl ¤¤¼¶¼g...
Hi,

http://www.windowsformsdatagridhelp....d-faf92f41f563
http://www.windowsformsdatagridhelp....9-3866d4936de0
Ken
----------------------
<Localbar> wrote in message news:%2******** *******@tk2msft ngp13.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******** *****@tk2msftng p13.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.b e/extendeddatagri d>

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#q 480q>

--
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******** *****@tk2msftng p13.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.b e/extendeddatagri d>

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#q 480q>

--
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********@gma il.com> ???
news:11******** ************@o1 3g2000cwo.googl egroups.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.infragistic s.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********@gma il.com> ???
news:11******** ************@o1 3g2000cwo.googl egroups.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

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

Similar topics

0
1411
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 datagrid to show this table. Myproblem is , i want to get text value from datagrid and my combobox should select this value (Which i selected before) when i want to update values in datagrid e.g
3
4260
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 several examples on the web. They all seem to have problems, though that I've been unable to resolve. The most promising example I have found is at:
2
2375
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
3024
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 download a fully working C# sample with the Northwind.mdb here: www.insightgis.com.au/web/stuff/DataGridCombo.zip
2
4326
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 how to use this code? please help! http://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/Q_20862953.html
3
6824
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: http://msdn.microsoft.com/msdnmag/issues/03/08/DataGrids/default.aspx I have a problem when there are two DataGrid's on one form, and when I switch focus from one grid to the other. To be more precise, when I'm editing a combo box column in one grid, and then click in the combo column of...
1
1468
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 | janitor 1 |Joe | Smith | cashier 2 |Bob | Anderson | cook I want to bind the above datatable to a datagrid so that
0
407
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 corresponding field in the lookup table. In my data table we store the ID in what I will call the 'key' field. == Description of the desired operation:
1
2091
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 works. The first set of code I downloaded from internet and when i tried it, it worked fine. But when I changed the second part of the code it started to give me trouble. Before I changed the code they used Datacolumns,Datarows and Datatables and...
4
1811
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, configured, dragged an Dataadapter per each table I need it, then generated the dataset, after that, I stablished the relations between tables, then, went over to the datasources, choose the parent datasource and clicked on the + sign, it...
0
8893
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8802
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8586
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8658
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7405
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5682
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2792
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2028
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1787
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.