i've tried various combinations to connect to College Scorecard API | College Scorecard but all result in radzen hanging on Send
Here is what I got (looks fine to me)
Unfortunately the generated code would fail to build as it a lot of fields start with number which leads to invalid C# code:
[JsonPropertyName("50th_percentile")]
public _50thPercentile 50thPercentile { get; set; }
We have updated the property naming code to handle such cases. The fix will be releases with the next release (probably next week).
Still not sure why it never finishes on Send.
thanks for the tips. i think the hanging may have been caused by naming as when i use GetSchools on request name (not schools or Schools) it no longer hangs.
looking forward to the fix too!