DEV Community

Discussion on: AG-Grid Tutorial With Asp.Net Core Razor Pages - Part 1

Collapse
 
jghadiri profile image
j-ghadiri • Edited

hello
how to upgrade this sample for asp.net core MVC 3.1?
without razor pages and customize with cshtml page?

Collapse
 
zoltanhalasz profile image
Zoltan Halasz

you can just start a new MVC 3.1 project. and paste into the view the javascript part from my razor page. the ag-grid should be populated using a get endpoint from a controller.