Is there any way to use comboBox.contains method ?
Best Regards
3 Answers, 1 is accepted
0
Dimitar Kapitanov
Telerik team
answered on 02 May 2007, 08:41 AM
Hi Emrah Yigit, Please explain in more details how do you intend to use the Contains method and what your expectations are regarding its usage. At present the Contains method is inherited from the Control base class, thus searching for child controls inside the combobox control. You can use the FindItem and FindItemExact methods to search string representations for the items contained inside the combobox Items collection (or populated through databinding).