What is the difference between RadSearchBox and RadComboBox?

355 Views Asked by At

What is the difference between the Telerik RadSearchBox and RadComboBox controls? I've googled and searched here and I can't seem to find information about the difference.

1

There are 1 best solutions below

0
On BEST ANSWER

You have one (restaurant) table with three column (ID,ItemCategory,ItemName). Suppose you have 6 Item under Vegetarian Category and 4 item under Non-vegetarian category.

Radcombobox : This will bind all the 10 items in the radcombobox.

RadSearchBox : This controls contain one DropDownList and Textbox. In dropdown It will bind ItemCategory field value. if you select Vegetarian category from dropdown list and if you will type anything in textbox than it will shows maximum 6 items, which has Vegetarian category.

Let me know if any concern.