How to show all items in DataGridViewComboBoxCell
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hello, can i droppeddown all items that i have in a DataGridViewComboBoxCell ? if it ComboBox we can only set
myComboBox.DroppedDown = true;
but how i can do that in DataGridViewComboBoxCell ? Thank uRegards, Tomi
Where are your items stored? in c# Why doesn´t work like that: ComboBox_Country.Items.Add("France"); ComboBox_Country.Items.Add("Italy"); or in database?:confused: