Horizontal scroll in dropdown

I have an autocomplete column. even though i have given the ‘trimDropdwon’ property as false, i’m seeing horizontal scroll in the drop down. Similarly even if there is not many items in the dropdown, still it will give me vertical scrollbar.

Is there a way to disable horizontal scroll in the dropdown? Also, can i set the default height for the dropdown and enable the vertical scroll only if the number of items in the dropdown exceeds the default height?

Please find the column properties used for the autocomplete column.
type: ‘autocomplete’,strict:true, allowInvalid:false, filter:true, trimDropdown: false, source: this.roleDropDown, colWidths: 300

Screenshot - Horizoanl Scroll issue

Screenshot - Vertical Scroll issue

Hey @prasanth.sivakumar

can you share a demo? It would be easier to say anything with an example and a way to debug the code.

I believe that the project is held or there’s no longer an issue as there’s no reply for more than a week so I’m closing this topic.