MultiLookup with Custom Search

Meals:
  •  

Custom search is achieved by setting .CustomSearch(true) and adding a SearchForm action in the Lookup controller which will render the custom SearchForm view

MultiLookupDemo/CustomSearch.cshtml
@(Html.Awe().MultiLookup("MealsCustomSearch")
.CustomSearch())



Comments