Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146217 | Jul 25,2019 09:41 PM UTC | Jul 30,2019 04:51 AM UTC | ASP.NET Core - EJ 2 | 1 |
![]() |
Tags: AutoComplete |
<ejs-autocomplete id="txbAuto" floatLabelType="Never" showClearButton="false" actionBegin="onAutoCompleteLoad" placeholder=" Search by First, or Last Name" filterType="Contains" minLength="3" suggestionCount="10" > <e-data-manager url="Details?handler=Search" adaptor="UrlAdaptor">e-data-manager> <e-autocomplete-fields text="FirstName" value="UserId">e-autocomplete-fields> ejs-autocomplete>
IEnumerable<ResultEntity> data = repo.GetResults(searchCriteria);
return new JsonResult(new { result = data, count = 10 });
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.