Hi Sandip,
We would like to inform you that, while setting the popupWidth as auto, the popup width will be expand based on the maximum string length in the dataSource. We can set the scroller when the text content exceeds popup width using the below CSS code by applying the overflow property as visible to e-list-item class,
|
.e-ddl.customCss .e-dropdownbase .e-list-item {
overflow: visible;
width: 500px; /* Need to provide width based on the provided text length*/
} |
Please find the sample below,
Regards,
Sevvandhi N