PC Review


Reply
Thread Tools Rate Thread

AJAX AutoCompleteExtender with Scrollbar

 
 
=?Utf-8?B?UmFjaGVs?=
Guest
Posts: n/a
 
      25th May 2007
I have the AJAX toolkit version 1.0.10301.0. I have downloaded and recompiled
with the changeset 20574 from
http://www.codeplex.com/AtlasControl...ngeSetId=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
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
AJAX AutocompleteExtender does not work when type between delimeters Shreya Trivedi Microsoft ASP .NET 0 15th Feb 2010 07:26 AM
ajax autocompleteextender David Microsoft C# .NET 0 20th Aug 2009 10:22 AM
Ajax AutoCompleteExtender Peter Microsoft ASP .NET 4 11th Nov 2008 03:09 AM
AutoCompleteExtender AJAX control Tomas Microsoft ASP .NET 1 28th Oct 2008 02:33 PM
ASP.NET AJAX AutoCompleteExtender ack95 Microsoft ASP .NET 0 17th Jan 2007 03:42 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:59 AM.