Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

VB.net Load different list into each row of DataGrifView ComboBox column

Hi

I am programmatically adding rows to a DataGridView. My second column is a ComboBox column.
How do I add a different list of items to this column's cell for each row
Avatar of Lokesh B R
Lokesh B R
Flag of India image

Hi,

can you share the code how you are adding the rows to DataGridView?
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

thanks