Hello!
I'm trying to get data into a grid in a partial view, but when creating the control it does not refer to the method I specified and returns an empty result.
I enclose the code below:
Html.EJ().Grid<FileViewModel>("FilesGrid")
.Datasource(ds=>ds.URL(Url.Action("Select", "Files")).Adaptor(AdaptorType.UrlAdaptor))
.Columns(col =>
{
....
})
in the console no errors // unobtrusive is enabled and scripts were referenced