Radzen unable to infer type if AsODataEnumerable is used

Suppose we use value as ${result.Value.AsODataEnumerable()} and click the button to infer property, a generic property is inferred which results in a Radzen error. If we use ${result.Value} the type is inferred correctly.
What should be the best practice?

Hi @Prolay_Sarkar,

We will investigate why the inferring fails in this case and if possible address the issue.