Changing DataGrid column style into ComboBox

  • Thread starter Thread starter David
  • Start date Start date
D

David

Hello,
I would like to change the style of a specific column in a DataGrid -
into a ComboBox. Namely, when the user selects that specific column
(in any row), he will see a ComboBox which is binded to a specific
column in table B, while the DataGrid is binded to table A.
Any help will be appreciated.

Thanks,
David
 
Hello,
I would like to change the style of a specific column in a DataGrid -
into a ComboBox. Namely, when the user selects that specific column
(in any row), he will see a ComboBox which is binded to a specific
column in table B, while the DataGrid is binded to table A.
Any help will be appreciated.

Thanks,
David

Look at http://www.rentacoder.com/URLSEO/vb/scripts/ShowCode!asp/txtCodeId!1972/lngWId!10/anyname.htm
or http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1972&lngWId=10

Aleksandar Tanasic
 
Back
Top