Hi Ross,
Greetings from Syncfusion support.
We checked the reported problem based on your shared data but unfortunately were unable to reproduce it as the Grid was properly displayed with its data. Please check the below sample and screenshot image for reference,
We suspect that you might be facing the problem due to one of the following reasons,
- The EJ2 Script manager tag(<ejs-scripts></ejs-scripts>) not specified at the end of the <body> element. Please specify it at the end of the body element as mentioned in this documentation link.
- The ‘Syncfusion.EJ2.AspNet.Core NuGet package’ not installed in your application.
So please ensure the above cases and if problem still persists then please share us the following information to validate further on this,
- Are any console errors thrown? If so, share us the same.
- Please bind Grid’s actionFailure event and share us the argument details if the event is triggered.
- Share us a pictorial representation of the current rendered Grid.
- Syncfusion package version used.
- If possible share us a simple sample to replicate the problem or try reproducing it in the above shared sample.
We suspect that the dropdown data binding problem is due to the same reason and so please ensure the above cases and if problem persists with the dropdown list control also, then please share us the dropdown control related code to check further.
Regards,
Sujith R