What is the easiest way to do the following in a RadGrid control (if there is an example online anywhere this would be perfect)?
I have 2 database tables, customer and country with the following fields:
Customer table
Customer Name
Country ID
Customer ID
Country Table
Country ID
Country Name
I would like a grid to display the following columns.
Customer Name, Country Name, <Edit Link>
When you edit (or add a new row), there should be a text box to enter the customer name, and a drop down box for countries listing all the country names. I am using Entity Framework to connect to a SQL server database.
Kind Regards
Richard Jonas
I have 2 database tables, customer and country with the following fields:
Customer table
Customer Name
Country ID
Customer ID
Country Table
Country ID
Country Name
I would like a grid to display the following columns.
Customer Name, Country Name, <Edit Link>
When you edit (or add a new row), there should be a text box to enter the customer name, and a drop down box for countries listing all the country names. I am using Entity Framework to connect to a SQL server database.
Kind Regards
Richard Jonas