Dropdown Web Control for quick data entry

D

Developerforum

Hi,
My customer is looking for a web control that allow them to perform
speedy data entry.

They wanted a dropdown list box which they can also key in the code
directly (like a text box).

I notice that current the dropdown box allow first character search,
(i.e. when user enter "P", the dropdown list box will "jump" to the first P
item).

So is there any way to allow multiple characters quick access (i.e. when
user enter "P" and then "R" then the list box will "jump" to the first item
that starts with "PR")

Thanks.

Regards
Developerforum
Please remove NOSPAMPLS
 
S

SSW

I think work's u have to type very fast PR.

Other option is to follow the below steps
1) Open control panel
2) Double click keyboead option.
3) Change Repeat Rate scale bar close to slow.

Now try it.

Thanks,

sswalia
MCSD, MCAD, OCA
 
D

Developerforum

Tried, but that is not what my customer needs. I basically make it slower
when user enter repeated characters (e.g. "eeeeeee" will be slower)

For example, at http://msdn.microsoft.com/

All Products & Technologies
Choose a Product or TechnologyAccessAccessibilityActive DirectoryActive
Server PagesApplication CompatibilityArchitectureASP.NETAudio & VideoBizTalk
ServerBuilding Distributed Applications with .NETBusiness SolutionsCommerce
ServerContent Management ServerData Access TechnologiesData AnalyzerDevice
Driver DevelopmentDirectXExchangeFrontPageHost Integration ServerInternet
ExplorerInternet Security and Acceleration ServerLonghornMapPointMapPoint
..NETMicrosoft ProjectMobile Internet ToolkitMobility and Embedded.NET
Compact Framework.NET Framework.NET SecurityOfficePocket PC &
SmartphonePrivacySecuritySharePoint Products & TechnologiesSOAPSQL
ServerSQLXML & XML Mapping TechnologiesTablet PCUDDIUser
InterfaceVisioVisual BasicVisual Basic for ApplicationsVisual C++Visual
C#Visual J#Visual FoxProVisual InterdevVisual SourceSafeVisual StudioWeb
ServicesWindowsWindows 2000Windows CEWindows ScriptWindows Server
2003Windows XPWindows XP EmbeddedXML

If user need to select "Visual Source Safe", they to be able to type "Visual
S" and this item will be selected.

Thanks.
 
A

alex bowers

hi,
I've seen this achieved by writing some client script.
The principles are to write a function that returns a
match from the list based on the user's keypress, then
storing the exact time of the keypress in a hidden field
using the data.valueOf() function. When the user next
presses a key the search is repeated, refining the search
if the current keypress is sufficiently close to the
previous one (eg n seconds apart or less). If the time
difference is greater than this value, then search from
the beginning of the string using the current keypress
value.

good luck!
alex
 

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

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top