I need a sample for the Grid in EJ2 using ASP.NET Core 2.1 in VS 2017 v15.7

I am trying to get even a simple page to work using one of the controls from the EJ2 16.1.0.37 release (I initially installed 16.1.0.24). I cannot get any of the controls to display and I am asking for someone to please point me to a simple sample, preferably using ASP.NET Core 2.1 Razor pages.

Thanks

1 Reply

PS Pavithra Subramaniyam Syncfusion Team June 18, 2018 11:50 AM UTC

Hi Jim, 
 
Thanks for contacting Syncfusion support. 
 
We have checked your query but we could not reproduce the issue at our end. We have prepared a simple Essential JavaScript 2 Grid Sample with the 13.1.0.7 version. Please refer to the below code example, Documentation link and Sample link.  
 
[index.chtml] 
@{  
<ejs-grid  id="cruiseLinesGrid" dataSource=@Model.Datasource  allowPaging="true"> 
   <e-grid-columns> 
        <e-grid-column field="EmployeeID" headerText="Employee ID" textAlign="Right" width="125"></e-grid-column> 
        .  .  . 
   </e-grid-columns> 
</ejs-grid> 
    } 
 
 
 
 
If you still have any issues, could you please provide more information on your issue that will be helpful for us to provide a better solution as early as possible. 
 
Regards, 
Pavithra S. 


Loader.
Up arrow icon