How to bind datasource in grid without creating generic model class

I have more than 150 sql (separate sql query for customer,order,sales,exports stock etc module) statements in ADO.net.

I would like to know how to bind datasource in syncfusion grid without creating generic model class

1 Reply 1 reply marked as answer

VN Vignesh Natarajan Syncfusion Team May 4, 2021 05:45 AM UTC

Hi Ismail,  
 
Thanks for contacting Syncfusion support.  
 
Query: “I would like to know how to bind datasource in syncfusion grid without creating generic model class 
 
We have analyzed your query and we suggest you to bind the data to Grid using ExpandoObject or DynamicObject. We have already discussed this topic in our UG documentation. Kindly refer our UG documentation and online demo for your reference.  
 
ExandoObject: 
 
 
 
DynamicObject: 
 
 
Please get back to us if you have further queries.   
 
Regards, 
Vignesh Natarajan  


Marked as answer
Loader.
Up arrow icon