Grid control basic features

Drag a column header and drop it here to group by that column
Id
Person
Food
Country
Date
Location
Chef
3675MaryfoodShepherd's pieLa Croisette11/19/2022DinerPepper Tomato
3671JeremyfoodPizzaRegent6/13/2010TavernDemeter Harvest
3667JohnfoodCheesecakeWinterspring9/25/2015RestaurantJosh Baskin
3663MichaelfoodHot BeverageJisina2/13/2012VisitPepper Tomato
3659GabriellefoodFrench toastGoldshire5/19/2016TavernOmu Man
3655LucyfoodBig SaladStormwind4/3/2019TavernOmu Man
3651CheyennefoodBig SaladWestfall11/1/2017VisitOmu Man
3647JonahfoodShepherd's pieSylvanaar4/27/2020VisitJoanna Stan
3643FernandofoodSoupGhidrimesti5/7/2010UniversityChef Chef
3639AudreyfoodShepherd's piePiccadilly5/17/2011UniversityCharles Duchemin
The Awesome Grid control for ASP.net Core and MVC is used to display data, by default using a table, but that can be changed. Documentation

It can get the data from the server by specifying the url Url(urlstr) or from a js function DataFunc(jsfunc) (the javascript function could also do an ajax request and return the promise).
The Grid (like most awesome controls) can be bound to other controls using the Parent extension (used for filtering). It can also be filtered using the api.
Mods are used to add additional features to the grid like: inline editing, automatic columns hiding and via dropdown, adaptive pager (based on window width), and more.

Features:

Other grid crud demos: Grid Crud (Popup), Grid in nest editing, Master Detail Crud Demo


See also:

Awesome Grid Video Tutorial
Grid Client Data Demo
Grid Mailbox Demo



Comments