Valid for Sitecore
5.2, 5.3
Why isn't it possible to add more than 100 items to Multilist?
Q:
There is a need for about 600 elements in a multilist, but by default only the first 100 elements are shown in the Sitecore interface.
Is there a way to adjust this?
A:
Use the Query.MaxItems web.config setting to set necessary item quantity:
<setting name="Query.MaxItems" value="1000" />