REST Data Source causing load failures on a grid

The DataGrid component cannot bind to a single item. It needs a collection.

My api brings back a json object, not a json array object.

Should I modify my api to return a json array of 1 length then?

Not sure why you want to have a DataGrid component with a single item. If you think this is the best way to display that item then yes - your API should either return an array or you should create a List page property from the ${result}

I consider this an excellent starting point to learn about the REST resource feature of Radzen. So, I tried this example. I imported the project, built it, but it does not output any data (the JSON test service is still online though).



I am going to analyse now, what the problem is with this https redirect, but any help is appreciated.

I solved it. I had to enable HTTPS in the Application settings, not sure why, my other projects did not complain.