Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
Hi,
i fill DataGridView with dataset. How i can add DropDownList for the each of the DataGridView row separately and fill this DropDownList with another dataset (different for each row).

Sample:

ItemBrand
Shoes DropDownList1
HatDropDownList12
JeansDropDownList13


DropDownList1: Nike, Adidas, Lacoste,...
DropDownList2: New Erra, Adidas, Puma...
DropDownList3: Levis, Armani, Hollister...

Thanks :)
Posted
Comments
DamithSL 1-Jun-14 22:29pm    
what have you tried?
vezo11 2-Jun-14 3:59am    
I want to have for each row of DataGridView different options for select in DropDownList
george4986 2-Jun-14 2:24am    
use auto text in grid
vezo11 2-Jun-14 4:02am    
Like this http://www.c-sharpcorner.com/UploadFile/c5c6e2/datagridview-autocomplete-textbox/? I will try.

Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900