Dreamescaper / BlazorBindings.Maui

MAUI Blazor Bindings - Build native and hybrid MAUI apps with Blazor
MIT License
242 stars 16 forks source link

Question: Fluent data grid #130

Closed mrpmorris closed 1 year ago

mrpmorris commented 1 year ago

Is there any way to use the Microsoft Fluent Data Grid?

Dreamescaper commented 1 year ago

You won't be able to use it directly, because it is a web control, not a MAUI control. Same as for MAUI Blazor Hybrid, you can use BlazorWebView to host web controls, if you need that.

mrpmorris commented 1 year ago

Thanks! I was hoping there were native MAUI controls for them.