How to enable autocomplete option in SharePoint 2010

Hi,
I have created a multiple selection dropdown in SharePoint (which is a long list). It takes really long to find and select the options from the  list. Is it possible that when we start typing (say the name) it starts showing the
options starting with that particular alphabet?
Thanks.
N

Hi,
Use, "$().SPServices.SPAutocomplete"
with jquery
http://spservices.codeplex.com/wikipage?title=%24().SPServices.SPAutocomplete
or
http://tomvangaever.be/blogv2/2011/07/sharepoint-2010-autocomplete-with-list-items/
Thanks
-Rahul

Similar Messages

  • How to enable AutoComplete

    How to enable AutoComplete for web applications with WL Server 6.1 & Portal 4.0?

    Hi,
    Use, "$().SPServices.SPAutocomplete"
    with jquery
    http://spservices.codeplex.com/wikipage?title=%24().SPServices.SPAutocomplete
    or
    http://tomvangaever.be/blogv2/2011/07/sharepoint-2010-autocomplete-with-list-items/
    Thanks
    -Rahul

  • How to enable "Debug Option" in submit request

    how to enable "Debug Option" in submit request

    Hi,
    Please see these docs.
    (Pics) How Can Trace and Debug Be Turned On For A Concurrent Request? [ID 759389.1]
    How To Trace a Concurrent Request And Generate TKPROF File [ID 453527.1]
    FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12 [ID 296559.1]
    Thanks,
    Hussein

  • How to enable export option in oracle apps

    I have a custom form, which needs to export the data. File->Export option is disabled in all the responsibilities. How to enable this option only for this form?
    appreciate your help

    The Export function is disabled when the responsibility is opened initially .
    When we enter into a specific form its automatically enabled .
    Login to a user who has Application Developer responsibility & to Application >Register & press f11 and Ctrl f11 .

  • How to block specific DL in SharePoint 2010 application.

    Hi All,
    We have SharePoint 2010 farm. I have a requirement to block specific Distribution List which should not recognized when user trying to give access at (user.aspx page)site level.
    How can i  restrict this in SharePoint 2010 farm.
    Regards
    S. Mani

    You can use content editor webpart to run javascript. Java script will redirect users from accessing the site. You need t o specify the user Id; it wont work on DL
    Blow is the java script:
    ==================Script Start ===============
    ExecuteOrDelayUntilScriptLoaded(getWebUserData, "sp.js");
    var context = null;
    var web = null;
    var currentUser = null;
        function getWebUserData() {
            context = new SP.ClientContext.get_current();
            web = context.get_web();
            currentUser = web.get_currentUser();
           currentUser.retrieve();
            context.load(web);
            context.executeQueryAsync(Function.createDelegate(this, this.onSuccessMethod), Function.createDelegate(this, this.onFailureMethod));
        function onSuccessMethod(sender, args) {
            var userObject = web.get_currentUser();
            if (userObject.get_loginName() == 'i:0#.w|domain\userid')
               window.location="/businesses/pulpandfibre";
        function onFailureMethod(sender, args) {
            alert('request failed ' + args.get_message() + '\n' + args.get_stackTrace());
    =============Script End===============

  • How to Archive a list in sharepoint 2010

    Hi
    I think large list is the inevitable trend and will be a very common issue faced by everyone. We are a medium business using sharepoint 2010.
    For past 3 years, one of our SharePoint lists is over 20000 items.
    From my end:
    1.     I have indexed some important columns and created filtered views but it does not help much.
    2. I have increased the list threshold value to 25000( Even though the best practice is 5000).
    3. Also,  I have set the list template size to 500MB 
    4.     When I try to save the list as a template,  SharePoint throws an exception error.  
    5.   I tried working on the code
    mentioned in the link
    below but it looks complicated for me.
    http://spboom.com/sharepoint-development/moving-sharepoint-list-items-to-archive-list/
    What I need:
    I need to archive old items in the list.  After archiving,  I might need to refer to the archived items from time to time.
    As I'm newbie to SharePoint, it would be great, if someone can elaborate in detail with what can be done.
    Again your help in this is much appreciated.
    Thanks & Regards,
    SweR

    What vesion of SharePoint are you using?  If you want to move items across from one list to another (as per your prefered option), something like: -
    Create a list template of you list with no content
    Recreate it on the same level as the main lis
    Create an SPD workflowthat'll copy an item to the new list and delete the original.  Make sure it doesn't have a triggering action
    Use an Expiration Information Rights Policy to triger the workflow. 
    Please note that this won't preserve the original author / create metadata as Alex has already said.
    Cheers,
    Steven Andrews
    SharePoint Business Analyst
    Blog:
    Steve's SharePoint Space  Twitter:
      LinkedIn:
      Facebook:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • How to design SSRS report using SharePoint 2010 List Version History

    Hello,
    I am using  Sharepoint 2010 list, i need to design SSRS report using Sharepoint List Version History. Could please let me know how to design.
    Thank you.
    Kind Regards

    You could do that with SQL Server Reporting Services, Please follow the instructions from the link below:
    http://www.mssqltips.com/sqlservertip/2068/using-a-sharepoint-list-as-a-data-source-in-sql-server-reporting-services-2008-r2/
    Hope that would work fro you.
    Please Mark as Answer, if the post works for you.
    Cheers,
    Amar Deep Singh

  • How to make sub sites in SharePoint 2010 as Read Only

    Hello,
    We have a requirement to make sub site as read only in SharePoint 2010 programmatically.
    How we can achieve it using Server Object Model ?
    Thanks,
    Hatim

    Hi,
    You can write a WinForm program, and use
    SPSecurableObject.BreakRoleInheritance method to achieve your requirement.
    More information for your reference:
    http://fangdahai.blogspot.com/2012/09/how-to-set-sub-site-in-read-only-mode.html
    https://social.msdn.microsoft.com/Forums/en-US/1f836da6-88ea-4d88-9e43-3383d139ca01/what-is-the-idea-of-stop-inheriting-permission-from-parent-site?forum=sharepointdevelopment
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How to enable olap option in oracle enterprise edition 10g?

    what are the settings/steps one should take in enabling OLAP option in oracle enterprise edition 10g?
    If we have an installation of Oracle EE 10g,how can we know that OLAP is enabled or not?
    Can anyone throw light on OLAP_TABLE function?
    In Analytic Workspace manager 10g,i have created a workspace ,under that i am having some dimensions,cubes,as well.
    After mapped to source table,and maintained,when i do a right click on measures, to view data, i get a error ORA-06553:PLS-222:no function with the name 'OLAP_TABLE' exists in this scope

    The Export function is disabled when the responsibility is opened initially .
    When we enter into a specific form its automatically enabled .
    Login to a user who has Application Developer responsibility & to Application >Register & press f11 and Ctrl f11 .

  • How to enable rating star in sharepoint 2013 programmatically

    i want to enable rating star on a document library in sharepoint 2013, i used the way workings in sharepoint 2010,but it failed,can anyone show me?TKS in advance.

    Hi,
     Please follow the below steps to add ratings.
    If the list or library page is not already open, click the name of the library on the Quick Launch. Or, click Site Actions, click View All Site Content, and then under the appropriate
    section, click the name of the list or library.
    In the ribbon, do one of the following:
    For a list, under List Tools, click List, and then click List Settings in
    the Settings group.
    For a library, under Library Tools, click Library, and then click Library Settings in
    the Settings group.
    Under General, click Rating settings.
    Under Allow items in this list to be rated, click Yes.
    Balaji -Please click mark as answer if my reply solves your problem.

  • How to enable all options under "Text Edits"

    Hi,
    How to activate all options under "text edits" see screenshot.

    Hi,
    I discovered, these options are not enabled for scanned PDF files.
    Thank You

  • How to enable print option in CS02 transaction

    hi,
    In CS02 transaction print option is in disable mode. How to enable it?
    thanks & regards
    Prajwala

    It is a system defined settings.
    You cannot change that.
    Regards,
    Jyothi

  • Anyone know how to enable windows_names option in ntfs-3g (NO FSTAB!!)

    Hey ho, I just found out about ntfs-3g's windows_names option, which prevents ntfs-3g creating files with names that the windows don't like (which should be default, of course).  Anyway, anyone know how I can enable this option without using fstab, a file which causes me to develop a rash all over my body just thinking about it?
    Cheers!

    Oh...(goes off to learn in-depth workings of how disk mounting is handled in linux...)
    Okay, here's what I learned, maybe:
    (i) Devices in Linux used to  be managed by HAL, which is now dead (or at least, everyone seems to want it dead)
    (ii)  HAL is now superceded by DeviceKit, a supposedly better device manager.  It had something called devicekit-disks (which is now called udisks)
    (iii) UDev is, uh, also a device manager...it probably handles other stuff than udisks.  Or maybe udisks is part of a udev "package" or something?
    (iv) Pacman tells me I have both udev and udisks installed.
    (v) I have not the slightest clue, really, how disks are mounted on my computer.
    (vi) Still less do I have any idea how to achieve what I want without using fstab.
    (vii) I think I'll use fstab...
    Last edited by darkbeanies (2011-07-29 12:47:26)

  • Urgent! how to enable java option?

    I am installing 9iAS and need to enable the java option, my unix
    box doesn't have x_window, could you tell me how to do it?
    Thanks

    Hi there,
    I am also trying to install 9iAS and I need to enable Java on
    8i. I tried to add the following in the initSID.ora file:
    java_pool_size = 10000000 #10M
    java_max_sessionspace_size = 20000000 #20M
    java_soft_sessionspace_limit = 20000000 #20M
    but didn't work!
    Is there anyone that knows how to enable this?
    How can we check if we do have java enabled? (which
    datadictionnary table?)
    thanks in advance.
    joss

  • How to Create Custom List in SharePoint 2010 Programmatically ?

    Hi,
    i have tried the following way, 
    http://devendra-sharepoint.blogspot.in/2012/01/creating-list-programatically-in_30.html
    But i am not able to create list.
    Becuase i am getting the following error.
    'Microsoft.SharePoint.SPWeb' does not contain a definition for 'EnsureList' and no extension method 'EnsureList' accepting a first argument of type 'Microsoft.SharePoint.SPWeb' could be found (are you missing a using directive or an assembly reference?)
    Please advice.
    Thanks,
    Aasai

    Hi,
    You can use list.Fields.Add() to add column in list. See below blog:
    http://www.c-sharpcorner.com/blogs/3764/create-sharepoint-list-programmatically.aspx
    Use this to delete list:
    http://www.c-sharpcorner.com/UploadFile/54db21/delete-list-in-sharepoint-2010-programmatically-using-vs-201/
    See this for remove user/group from list:
    http://www.c-sharpcorner.com/UploadFile/54db21/remove-group-permission-to-list-in-sharepoint-2010-programma/
    Hope it could help
    Hemendra: "Yesterday is just a memory,Tomorrow we may never see"
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer

Maybe you are looking for