The default behavior of combox with on demand feature is when user selects an item for list, and it saves into database. Then when the page reloads or redisplays, it displays as 1 of 1 record. Without remove the item, the other items won’t display. We would like the combox to behavior more like regular list box which selects the item and also list the other records. Without remove the selection, user should able to use on demand feature to fetch more items. Can this be done?