Inserting a ComboBox in a Unbounded DataGrid/DataTable

beaavg

New member
Joined
Jan 3, 2007
Messages
2
Programming Experience
Beginner
:confused: I am trying to add a combobox to a DataRow(index) which gets loaded into datagrid via a datatable. This is a windows app and i am using unbounded datagrid and platform is .net 1.1 For each type of value i am checking to see if the value is of a list type and if it is i am tyring to insert a combobox. I looked all over the web but every sample code is for a bounded datagrid. I have the sample code which i can post if things are not clear ...if some body can post a sample code in VB or C# its is very much appreciated.

Thanks A lot Guys/Gals,
 
Seems like i am going altogether in the wrong direction....so let me step back and ask you guys this..How would guys create combobox or other controls on an unbounded datagrid.:confused:

Thanks again
 
Back
Top