Grid datasource problem in partial view

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

1 Reply

RS Renjith Singh Rajendran Syncfusion Team November 13, 2017 07:30 AM UTC

Hi John, 

Thanks for contacting Syncfusion support. 

We have analyzed your query. We are not able to reproduce the reported issue. We have prepared a sample based on your requirement, which could be downloaded from the link below, 

If you are still facing the issue. Please get back to us with the following details. 
  1. Share the screen shot or video demonstration of the issue.
  2. Share exact scenario or proper replication procedure.
  3. Essential Studio version details.
  4. Share full Grid code example.
  5. If possible share the sample or reproduce the issue in the attached sample.

Regards, 
Renjith Singh Rajendran. 


Loader.
Up arrow icon