I have a combo box for one field - providers. There is a list of 264 providers. I don't want the user to have to scroll down through 264 items, and would like to display it in 3 columns and the user can go down or across to chose the provider. Is this possible using a combo box?
One suggestion to achieve this scenario is that, add one DataList as ItemTemplate of RadComboBox, then call the JavaScript function for setting the text of RadComboBox. Try the below codes.
Thank you Shinu. When I try to implement this in t the radcombo box, when I have a list of 264 items, the page takes too long to load, and when I use a combo box that has over 1000 items, I get an out of memory error.
How would be the best way to have the user choose from such a large list of items?