Adding a combobox in a datagrid cell

  • Thread starter Thread starter Niccolo
  • Start date Start date
N

Niccolo

hi:
I have this problem.
I have to fill a datagrid with 2 columns.
One column is non editable (header property).
The other column (header value) instead is editable. Some cells of
this second column could be textbox and some could be combobox
(depending of the value).
Have you any idea to solve this problem?
The data source is an arrylist.

Thanks in advance
Niccolo
 
niccolog71 said:
hi:
I have this problem.
I have to fill a datagrid with 2 columns.
One column is non editable (header property).
The other column (header value) instead is editable. Some cells of
this second column could be textbox and some could be combobox
(depending of the value).
Have you any idea to solve this problem?
The data source is an arrylist.

Windows forms or web forms?
 

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