Update QuickGrid warning (#27586)
parent
69a2820950
commit
d1e5825349
|
@ -44,7 +44,7 @@ The following built-in Razor components are provided by the Blazor framework:
|
||||||
* [`RouteView`](xref:blazor/fundamentals/routing#route-templates)
|
* [`RouteView`](xref:blazor/fundamentals/routing#route-templates)
|
||||||
* [`Virtualize`](xref:blazor/components/virtualization)
|
* [`Virtualize`](xref:blazor/components/virtualization)
|
||||||
|
|
||||||
†Currently, the component is prerelease, experimental, unsupported, and not recommended for production apps.
|
†The `QuickGrid` component is in preview. You're welcome to use it in production if it meets your needs, but it isn't officially supported and may change in future releases.
|
||||||
|
|
||||||
:::moniker-end
|
:::moniker-end
|
||||||
|
|
||||||
|
|
|
@ -1564,7 +1564,7 @@ For various `QuickGrid` demonstrations, see the [**QuickGrid for Blazor** app](h
|
||||||
There aren't current plans to extend `QuickGrid` with features that full-blown commercial grids tend to offer, for example, hierarchical rows, drag-to-reorder columns, or Excel-like range selections. If you require advanced features that you don't wish to develop on your own, continue using third-party grids.
|
There aren't current plans to extend `QuickGrid` with features that full-blown commercial grids tend to offer, for example, hierarchical rows, drag-to-reorder columns, or Excel-like range selections. If you require advanced features that you don't wish to develop on your own, continue using third-party grids.
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> `QuickGrid` is currently **prerelease**, **experimental**, and **unsupported** by Microsoft. `QuickGrid` is ***not*** recommended for use in production apps.
|
> The `QuickGrid` component is in preview. You're welcome to use it in production if it meets your needs, but it isn't officially supported and may change in future releases.
|
||||||
|
|
||||||
:::moniker-end
|
:::moniker-end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue