Hi Alan,
Thanks for contacting Syncfusion support.
We are unable to reproduce any problem with the given code snippet. The format given in your code example for binding datasource to the Grid is correct and we are not finding any error with this code example.
<ej-grid id="FlatGrid" allow-sorting="true" datasource="ViewBag.parent" allow-paging="true">
<e-columns>
<e-column field="EmployeeID" header-text="Employee ID" width="75"></e-column>
<e-column field="FirstName" header-text="First Name" width="80"></e-column>
<e-column field="LastName" header-text="Last Name" visible="false" width="75"></e-column>
</e-columns>
</ej-grid> |
We have prepared a sample that can be downloaded from the following location.
Please share the following details to analyze the problem at our end.
1) Code example of the code behind
2) Screenshot for the issue
3) Version of the Essential Studio
4) If possible, modify the attached sample and reproduce the issue
Regards,
Seeni Sakthi Kumar S.