Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

The DataManager Component for SfGrid<> with e.g. ODataV4Adaptor accepts an object like { count = 0, value = [] }, the

WebApiAdaptor needs { count = 0, items = [] } but if you set the 

DataManager to Offline=true on 
 WebApiAdaptor you need to change the response type to [] while at 
ODataV4Adaptor you can use the same response type. This is very sad because if some components are online and some are offline but using same data you cannont use the same entpoit because need other data model. 


Is it possible that the same response type can be use no matter if
DataManager works in online or offline mode like it is already implemted if Adapter = 
ODataV4Adaptor also in 
WebApiAdaptor?

Maybe it´s just a bug?