RadComboBox set number of items to display

拈花ヽ惹草 提交于 2019-12-04 19:33:43

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.

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