Hi all,
What's the best way of doing this?
Say I have an AD Group with 20K+ members (Display Name is Surname, Firstname)
I want to include a user friendly way on the Form, where the Form user can find a member from the AD Group by starting to type in the users name, in the format Surname, Firstname (like the Displayname property).
What is the best way to do this, i want results to appear as the user enters each character of the name, then narrow down results as each further letter is typed.
I've experimented with k2 picker before but i don't think it worked
UPDATE.
I've tried the Autocomplete Control linked to the AD User - getusersbygroup method but it still takes about 20 seconds to load the form, but then autocomplete does work filtering the names as you type more letters. Only problem is, users won't accepet (hell i wouldn't either) waiting 20 seconds for a form to load.
I then tried ticking the Live Search and delay of 2 and trigger 2, but this just results in the infamous "spinning circle of eternity"
Any ideas K2ers?