Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > unbound gridview and combo box
 

unbound gridview and combo box

let me explain my problem with the example.

i have a Table called Order Table.
Two fields ProductId OrderName (for simplicity i took only two fields)

i need to show gridview 
one combobox ,showing product names (it is from product table) and text box showing order name

i need to add/modify/delete 

i tried with unbound columns .
but i could not set the datasource for the first column (that is product Name)

kindly help me to solve the problem
MigrationUser 1  Saturday, May 21, 2005 7:01 AM
Could you post some code and more data on the problem?

do you mean that the Gridview first column holds the combobox and the second column holds the OrderName text box ?

Eli.
MigrationUser 1  Monday, May 30, 2005 3:25 PM

You can use google to search for other answers

Custom Search

More Threads

• How I may get results in my textBox on Form from DataGridWiew???
• export datagridview to excel too slow
• DataGridView - key up/down selects row relative an incorrect row-index.
• why is Tables[0].TableName.ToString() = "Table"??
• search dataset
• Column Header Names
• Hide last datagridview empty line
• Using the data binding events to disable some rows in a DataGridView
• Collection of business objects implementing IEditableObject and "ReadOnly" DataGrid
• Databind DataGridView HELP.....