Hello,
I have a combo-box which populates data using ajax. However i dont want all the data to be displayed. How can I hide an item from the list while populating.
Also I want to display the drop down on mouse-over of the combo-box.
Can anyone help me out :(
Thanks
I suppose that you want to hide some items in the dropdown of RadComboBox and to show dropdrown on mouseover of the RadComboBox. Please try the following code.