Hi,
Referring to your documentation located at https://help.syncfusion.com/aspnetmvc/grid/data-binding in the Web API Service it tells us that we have to return objects from this call... Is there a way we can return ienumerable in Json form and bind it to the grid ?
We want to avoid doing below
"The datasource from Web API service must be returned as object that has property Items with its value as datasource and another property Count with its value as datasource’s total records count."
We already have a built api and this is not suitable for us.
Thanks.