Change max number of choices displayed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 12:13 AM
Hi,
I read from Reference choice list using AJAXReferenceChoice doesn't display all choices? that you need to change the property glide.xmlhttp.max_choices in order to show more items in the choice list. Default is 15 items. I changed this property to 20 but it doesn't change my number of choices in the drop-down. Do I need to do something else in order for this to have effect ?
Thanks
/Kim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 12:19 AM
Hi Kim,
Can you check this property if it is 15 in your system ? if it is then you will have to change it as per your requirement.
glide.ui.max_ref_dropdown
Regards,
Atul Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 12:24 AM
Hi Atul,
That value is set to 25 in value

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2017 06:09 AM
Hi Chuck,
Yes I have tried that.