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)
-
0
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.
-
0
<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
-
0
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.
-
0
<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?
-
0
Hi,
Have you checked the above message ?
Thanks.
-
0
<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.
-
0
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.