MultiLookup Demo Misc

MultiLookup Grid

Meal:
  •  

MultiLookup with grids inside the popup, done using the MultiLookupGrid mod that also uses PopupUrl extension.

MultiLookup with custom Items Layout

Meals:
  •  

MultiLookupDemo/Misc.cshtml
@(Html.Awe().MultiLookupFor(o => o.MealsCustomItem)
.Controller<MealsCustomItemMultiLookupController>()
.Mod(o => o.ShowHeader())
.CustomSearch()
.Height(700)
.HighlightChange())

MultiLookup bound to many parents

Parent Categories:
  •  
Parent Category:
Child Meals:
  •  

Setting predefined parameters

Meals (categories = Fruits):
  •  



Comments