Hi Support:
I added an autocomplete control inside a td column.
<ej-autocomplete id="type" width="100%" datasource="Model.ProductList" watermark-text="Select" enable-auto-fill="true" show-popup-button="true">
<e-autocomplete-fields text="Name" key="ID" />
</ej-autocomplete>
My problem is that when I start typing, the text is not reaching to the end of the control, is not filling the entire width. So the text is being horizontally scrolled. The text reaches to 60% of the control's width. I attached an image of the control. You will that I added hundreds of the f letter, and is not filling the end of the width.
Any idea what could be causing this issue.
Thanks in advanced.
David
Attachment:
autocomplete_45ee4f30.zip