I want to ask if this is supported, can we bind a control (i.e. SfGrid) to an async stream? When I do this the IDE reports:
Error CS0411 The type arguments for method 'TypeInference.CreateSfGrid_0(RenderTreeBuilder, int, int, IEnumerable, int, string, int, RenderFragment)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
Is there any guidance on this subject? I'm specifically speaking of Blazor Server here at this time.