Arun kumar Gautam wrote:
Hope so tht now u can understand my problem...
Sounds more like a specification than a problem. You can add a DataGridViewComboBoxColumn[^] to the DataGridViews "Columns" collection. Also note;
From MSDN[^]
With the DataGridViewComboBoxColumn, you can display a column of cells that contain drop-down list boxes. This is useful for data entry in fields that can only contain particular values, such as the Category column of the Products table in the Northwind sample database. [...] Combo box columns are not generated automatically when data-binding a DataGridView control. To use combo box columns, you must create them manually and add them to the collection returned by the Columns property.
Samples are here[^], walktroughs and howto's over here[^]. Hope that helps to get you started :)
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]