AJAX AutoCompleteExtender with Scrollbar

G

Guest

I have the AJAX toolkit version 1.0.10301.0. I have downloaded and recompiled
with the changeset 20574 from
http://www.codeplex.com/AtlasControlToolkit/SourceControl/DownloadSourceCode.aspx?changeSetId=20574 which says it has fixed this exact problem.

I still get the same behaviour. When I click on the scrollbar it collapses
and loses focus of the textbox my code is as follows

<asp:TextBox runat="server" ID="txtBarcodeProduct" Width="400px"
CssClass="barcodeInput" TabIndex="5"></asp:TextBox>

<div id="listPlacement" style="height:100px; overflow-y:scroll;" ></div>

<cc1:AutoCompleteExtender
runat="server"
ID="autoComplete1"
TargetControlID="txtBarcodeProduct"
ServicePath="~/webservices/AutoCompleteNew.asmx"
ServiceMethod="GetCompletionList"
MinimumPrefixLength="1"
CompletionInterval="1000"
EnableCaching="true"
CompletionSetCount="12"
CompletionListElementID="listPlacement"
></cc1:AutoCompleteExtender>

I don't know what else to try, any suggestions would be greatly appreciated.

TIA
Rachel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top