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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top