Making a Cloumn in Datagrid as Combobox

  • Thread starter Thread starter Prashant
  • Start date Start date
P

Prashant

Hi ,

How to make a particular column in a DataGrid Control as a
Combo Box.

Any ideas/suggestions would be of great help .


Thanks
Prashant
 
Prashant,

You will have to create a class that derives from DataGridColumnStyle
which will show the combobox and show the appropriate values.

Hope this helps.
 
Back
Top