RadComboBox set number of items to display

可紊 提交于 2019-12-06 12:34:56

问题


Is there any way to specify the number of items to display for a RadComboBox dropdown?

I have seen there is a property to set the lookup window height, which sets the dropdown's height on popup, but nothing related to the number of items to be displayed at a time in the dropdown.


回答1:


You can specify a number of items when using ShowMoreResultsBox mechanism which provides a clickable button on the drop-down list to retrieve more results when they exist.

The above link provides instructions and here is a screenshot:



Specifically, you will set the itemsPerRequest property to the value you need, which for the photo above was set to 10 and therefore populates the box that many items on it's initial request.



来源:https://stackoverflow.com/questions/13748526/radcombobox-set-number-of-items-to-display

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!