Update QuickGrid warning (#27586)

pull/27589/head
Luke Latham 2022-11-11 00:20:16 -06:00 committed by GitHub
parent 69a2820950
commit d1e5825349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ The following built-in Razor components are provided by the Blazor framework:
* [`RouteView`](xref:blazor/fundamentals/routing#route-templates)
* [`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

View File

@ -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.
> [!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