question about adding a list of values to a datagrid column

adshocker

Well-known member
Joined
Jun 30, 2007
Messages
180
Programming Experience
Beginner
in a datagrid, i have a column that should have a list of allowed values... how do i implement this?

i have read that some uses combo box but what if you need to show a list of more than one columns for the allowed values... for example, i have a column that accepts a primary from another table.. so in order for the user to know which primary key to select, it must also show the description of that primary key.

any suggestions?

please tell me if you need a better explanation.

thanks.
 
Back
Top