DataGrid and Combo

  • Thread starter Thread starter Uri Dimant
  • Start date Start date
I dont have an example to hand. However, I have done this before, what you
need to do is to add a combo box control to the dataGrid usuing the
AddControl method of the datagrid and then position the comboBox over the
specified cells. This requires you to add event handlers and to also use the
forms repaint method . Effectively, what you are doing is masking the
underlying cell's with the combobox and then on changeSelectedItem event
transfer the data to the grid.

Do a search ( you can do it jus as well as we can ) on Google and find the
answer. Once you have a working model, you could post it here for all to
use. In the meantime, come back with any specific questions as you attempt
to do this,.

Regards - OHM
 
Back
Top