2

I have a problem in which I have to add an Auto Complete functionality for a new people picker of Sharepoint list newform.aspx

While Googling I found this

https://www.nothingbutsharepoint.com/sites/eusp/Pages/autocomplete-for-sharepoint-people-picker.aspx

Which is helpful but there are 2 main problems :

  1. it will pick data from a custom list
    I want it to pick data from user profiles (directly from Sharepoint user profiles)

  2. it doesn't work with out of the box people picker
    it works with a custom textbox though

Please help me out resolving these.

Thanks in advance!

Robert Koritnik
  • 103,639
  • 52
  • 277
  • 404
Ishaan Puniani
  • 646
  • 2
  • 10
  • 23

1 Answers1

0

If it is Sharepoint 2010 you can do this by using the Javascript version of the Sharepoint Client Object Model to do the lookups.

If it is an older Sharepoint, it should still be possible to do this using the Web Services API.

You can add a lot of functionality to an SP page by using Javascript and JQuery and perhaps the Client Object Model.

Check these questions for more on Javascript/JQuery with Sharepoint:

Community
  • 1
  • 1
Michael Dillon
  • 31,973
  • 6
  • 70
  • 106