This is a migrated thread and some comments may be shown as answers.

How Can I for Loop to Show Message In RadCombobox?

0 Answers 45 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Watit
Top achievements
Rank 2
Watit asked on 08 Nov 2011, 10:56 AM
for (int i = 0; i < radSaveStock.Items.Count; i++)
{
     ///Dev Code here
     string  _dataCombo = radSaveStock.SelectedIndex(i) ;
     Console.Write(_dataCombo);
}

How Can I for Loop to Show Message In RadCombobox ?
Thank You

No answers yet. Maybe you can help?

Tags
ComboBox
Asked by
Watit
Top achievements
Rank 2
Share this question
or