AjaxControlToolkit AutoCompleteExtender
-
I've added the AutoCompletExtender using a webservice to a textbox and all is well, except, the list is long (maybe 20,000 records from a dataset). How can I add a scroll bar and limit the number of suggestions? I tried adding the following
except when I tried to drag the scroll bar, it triggered the onlick event. Any help would be greatly appreciated. #AutoComplete { width: inherit; overflow: scroll; height: 200px; } Visual studio 2008 AjaxControlToolKit 3.5 C# Web Page Sql Dataset
-
I've added the AutoCompletExtender using a webservice to a textbox and all is well, except, the list is long (maybe 20,000 records from a dataset). How can I add a scroll bar and limit the number of suggestions? I tried adding the following
except when I tried to drag the scroll bar, it triggered the onlick event. Any help would be greatly appreciated. #AutoComplete { width: inherit; overflow: scroll; height: 200px; } Visual studio 2008 AjaxControlToolKit 3.5 C# Web Page Sql Dataset
-
This is certainly a good suggestion; however, I would still be inerested in a scroll bar. ;)
-
The one that comes in the AjaxControlToolkit has a scrollbar already. AutoComplete[^] If you can't use that one, get the source for the toolkit and see how they implement it to provide taht scrollbar.