Hi Miles,
Sorry for the late reply,
Based on your query you need to handle the SQL query using DataManager. To handle the SQL query we need a C# to form the SQL Query string and retrieve the data from the database using SqlDataAdapter. And then, we process the query string and fill the result into DataSet. Then the DataSet will be converted into List and returned as result and count pair.
The URL Adaptor is our in-built adaptor and we have an inbuilt server side (dataManager) classes to access the backend. For the DataManager classes you need to add the Syncfusion.EJ2.MVC5 Nuget package using the Nuget Package Manager.
For more information please refer the below help document,
In this we also the attached the documentation of Data Adaptors which will support the Syncfusion Grid. For more information please refer the below document,
Please check the above documentation and if still we misunderstood your query please get back to us with the below details,
1. Share the complete grid rendering code and data that you have bounded to the Grid.
2. Share the screenshot of an issue that you have faced while rendering the grid.
Regards,
Prasanna Kumar N.S.V