Base solution for your next web application
Open Closed

Incremental Search in dropdown List #2846


User avatar
0
velu created

Is it possible to incremental search in dropdown List using database. Or any idea you are having for data fetching.

e.g. If I am having 100000 customers in my customer master. I want to give customer dropdown in product master. Is it not good idea to fetch all 100000 customers in Dropdown. If you are having in idea for this.

Incremental search option is available in dropdown using database.

Please help on this.


7 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    In your case it is better to use a typeahead combo or searchbox. Which version of AspNet Zero do you use ? Angular1, Angular2, jQuery ?

    Thanks.

  • User Avatar
    0
    velu created

    <cite>ismcagdas: </cite> Hi,

    In your case it is better to use a typeahead combo or searchbox. Which version of AspNet Zero do you use ? Angular1, Angular2, jQuery ?

    Thanks.

    We are using ASP.NET MVC 5.X + ANGULARJS 1.X. Please provide any detail example.

    Thanks

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can use this directive <a class="postlink" href="https://ghiden.github.io/angucomplete-alt/">https://ghiden.github.io/angucomplete-alt/</a>. It contains example usages as well.

    Here is the github repository <a class="postlink" href="https://github.com/ghiden/angucomplete-alt">https://github.com/ghiden/angucomplete-alt</a>.

    Thanks.

  • User Avatar
    0
    velu created

    <cite>velu: </cite>

    <cite>ismcagdas: </cite> Hi,

    In your case it is better to use a typeahead combo or searchbox. Which version of AspNet Zero do you use ? Angular1, Angular2, jQuery ?

    Thanks.

    We are using ASP.NET MVC 5.X + ANGULARJS 1.X. Please provide any detail example.

    Thanks

    Any update?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Have you checked the above message ?

    Thanks.

  • User Avatar
    0
    velu created

    <cite>ismcagdas: </cite> Hi,

    In your case it is better to use a typeahead combo or searchbox. Which version of AspNet Zero do you use ? Angular1, Angular2, jQuery ?

    Thanks.

    We are using ASP.NET MVC 5.X + ANGULARJS 1.X.

    Please provide any detail example.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    This is a general purpose development issue, it is not related to AspNet Zero or ABP framework, so we cannot provide a full example of it.

    You can try to include this directive <a class="postlink" href="https://ghiden.github.io/angucomplete-alt/">https://ghiden.github.io/angucomplete-alt/</a> or any other angularjs directive you can find on the internet. If you have any problems while doing it, we can always try to help you.

    Thanks.