hi!!!
how can i looping throught the collection of items (or throught comboboxitem ) of my combobox in code behind??
here is my code
how can i looping throught the collection of items (or throught comboboxitem ) of my combobox in code behind??
here is my code
<telerik:RadComboBox IsEditable="True" IsTextSearchEnabled="True">
<telerik:RadComboBoxItem>
item1
</telerik:RadComboBoxItem>
<telerik:RadComboBoxItem>
item2
</telerik:RadComboBoxItem>
<telerik:RadComboBoxItem>
item3
</telerik:RadComboBoxItem>
</telerik:RadComboBox>
thanks for your help
Oscar Zapata