I have a RadComboBox that is not showing the more results box. In the markup I have ShowMoreResultsBox="true" and in the OnItemsRequested event I'm setting e.Message but it's not displaying my message in the more results box, although the datasource gets updated and displays properly. Is there anything simple that I should be looking for to ensure this displays?