Reputation: 533
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.
Upvotes: 0
Views: 350
Reputation: 11154
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.
Upvotes: 2