Grid control basic features

Drag a column header and drop it here to group by that column
Id
Person
Food
Country
Date
Location
Chef
3675EvefoodPizzaIronforge10/11/2018HomeChef Chef
3671PhilfoodAppleHatton Garden3/9/2017TavernCasse Croute
3667RichardfoodCheesecakeLoch Modan3/19/2016UniversityCharles Duchemin
3663ScottfoodShepherd's pieWinterspring10/7/2015HomeJosh Baskin
3659MonicafoodBananaJisina7/25/2016HomeGaia Earth
3655SylvainfoodOat mealWestfall4/11/2012DinerCasse Croute
3651TreyfoodBig SaladFeralas6/11/2018UniversityTom Smykowski
3647MeganfoodBananaIronforge1/19/2022RestaurantOmu Man
3643LeonardfoodPizzaOrgrimmar2/7/2018VisitChronos Timpus
3639GordonfoodFrench toastRegent6/3/2018HomeDemeter Harvest
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