зеркало из https://github.com/telerik/blazor-docs.git
docs(common): apply seo recommendations (#2518)
* docs(common): apply seo recommendations * chore: apply suggestion * chore: apply suggestion Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com> * chore: apply suggestion Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com> * chore: apply suggestion Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com> * chore: apply suggestion Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com> * chore: apply suggestion Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com> * chore: apply suggestion Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com> * chore: apply suggestion Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com> * chore: apply suggestion Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com> * chore: apply suggestion Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com> * chore(common): equalize casing in see also section --------- Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com> Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
This commit is contained in:
Родитель
2913e88462
Коммит
7cc78f9a8f
|
@ -26,7 +26,7 @@ The default filter operator is `starts with`. You can choose a different operato
|
|||
|
||||
## Performance
|
||||
|
||||
By default, the filtering is debounced with 150ms. Configure that with the [`FilterDebounceDelay`]({%slug components/dropdownlist/overview%}#parameters) parameter of the component.
|
||||
By default, the filtering is debounced with 150ms. Configure that with the [`FilterDebounceDelay`]({%slug components/dropdownlist/overview%}#dropdownlist-parameters) parameter of the component.
|
||||
|
||||
## Placeholder
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Overview
|
||||
page_title: DropDownList Overview
|
||||
description: Explore the Blazor DropDownList component and see code examples. Read more in the Telerik UI documentation for Blazor.
|
||||
description: The Blazor DropDownList allows users to select an option from a list, enabling dynamic data binding and event handling in web apps.
|
||||
slug: components/dropdownlist/overview
|
||||
tags: telerik,blazor,dropdownlist,dropdown,list,overview
|
||||
published: True
|
||||
|
@ -12,7 +12,7 @@ position: 0
|
|||
|
||||
The Blazor DropDownList component allows the user to choose an option from a predefined set of choices presented in a dropdown list popup. The developer can control the [data]({%slug components/dropdownlist/databind%}), sizes, and various appearance options like class and [templates]({%slug components/dropdownlist/templates%}).
|
||||
|
||||
## Creating the DropDownList
|
||||
## Creating Blazor DropDownList
|
||||
|
||||
1. Use the `TelerikDropDownList` tag to add the component to your razor page.
|
||||
1. Populate its `Data` property with the collection of items you want to appear in the dropdown list.
|
||||
|
@ -76,9 +76,9 @@ The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#gro
|
|||
|
||||
@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)
|
||||
|
||||
## Parameters
|
||||
## DropDownList Parameters
|
||||
|
||||
>caption The DropDownList provides various parameters that allow you to configure the component:
|
||||
>caption The Blazor DropDownList provides various parameters that allow you to configure the component:
|
||||
|
||||
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)
|
||||
|
||||
|
|
|
@ -464,4 +464,5 @@ The following example demonstrates the [accessibility compliance of the Grid com
|
|||
````
|
||||
|
||||
## See also
|
||||
* [Live demo: Grid Accessibility](https://demos.telerik.com/blazor-ui/grid/keyboard-navigation)
|
||||
* [Live demo: Grid Accessibility](https://demos.telerik.com/blazor-ui/grid/keyboard-navigation)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
|
@ -200,4 +200,5 @@ The Grid has been tested with the following screen readers and browsers combinat
|
|||
|
||||
* [Blazor Grid Accessibility and Keyboard Navigation (Demo)](https://demos.telerik.com/blazor-ui/grid/keyboard-navigation)
|
||||
* [Accessibility in Telerik UI for Blazor]({% slug accessibility-overview %})
|
||||
* [Accessibility Theme]({% slug themes-accessibility-swatch %})
|
||||
* [Accessibility Theme]({% slug themes-accessibility-swatch %})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
|
@ -386,3 +386,4 @@ This example shows how to:
|
|||
* [Live Demo: Auto Generated Columns](https://demos.telerik.com/blazor-ui/grid/column-auto-generation)
|
||||
* [Selection]({%slug grid-selection-overview%})
|
||||
* [Paging]({%slug components/grid/features/paging%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -166,3 +166,4 @@ You can use the following properties on bound columns:
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Grid Columns](https://demos.telerik.com/blazor-ui/grid/columns)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -186,3 +186,5 @@ The example below doesn't take into account sorting, filtering and paging. If th
|
|||
|
||||
* [Live Demo: Grid Selection](https://demos.telerik.com/blazor-ui/grid/row-selection)
|
||||
* [Grid Selection Overview]({%slug grid-selection-overview%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
||||
|
|
|
@ -222,3 +222,4 @@ The following code example demonstrates declarations and handling.
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Grid Command Column](https://demos.telerik.com/blazor-ui/grid/editing-inline)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -65,3 +65,4 @@ position: 2
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Cell Formatting](https://demos.telerik.com/blazor-ui/grid/cell-formatting)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -149,3 +149,4 @@ This event fires upon the rendering of the Grids columns. It receives an argumen
|
|||
* [Grid Overview]({%slug grid-overview%})
|
||||
* [Grid Events]({%slug grid-events%})
|
||||
* [Manual Data Source Operations]({%slug components/grid/manual-operations%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -175,3 +175,4 @@ The frozen columns pose some requirements:
|
|||
|
||||
## See also
|
||||
* [Live demo: Frozen Columns](https://demos.telerik.com/blazor-ui/grid/frozen-columns)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -256,3 +256,4 @@ The columns in the Column Chooser are divided into sections. The Lockable option
|
|||
## See Also
|
||||
* [Live Demo: Grid Column Menu](https://demos.telerik.com/blazor-ui/grid/column-menu)
|
||||
* [Live Demo: Grid Custom Column Menu](https://demos.telerik.com/blazor-ui/grid/custom-column-menu)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -140,3 +140,4 @@ The following code snippet shows how you can group columns in the Grid in multi-
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Multi-Column Headers](https://demos.telerik.com/blazor-ui/grid/multi-column-headers)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
|
@ -72,3 +72,4 @@ To prevent the user from moving a certain column, set the column's `Reorderable`
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Column Reordering](https://demos.telerik.com/blazor-ui/grid/column-reordering)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -141,3 +141,4 @@ The known limitations of the Autofit Columns feature include:
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Column Resizing](https://demos.telerik.com/blazor-ui/grid/column-resizing)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -316,3 +316,4 @@ Column virtualization is commonly used when you have many columns. You may not h
|
|||
* [Virtual Scrolling]({%slug components/grid/virtual-scrolling%})
|
||||
* [Grid Column Width Behavior]({%slug grid-columns-width%})
|
||||
* [Automatically Generated Columns]({%slug grid-columns-automatically-generated%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -260,3 +260,4 @@ This example shows hiding a column based on a simple condition in its data. You
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Visible Columns](https://demos.telerik.com/blazor-ui/grid/columns)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -31,3 +31,4 @@ With regard to the widths of its columns, the scrollable (default) Grid typicall
|
|||
# See Also
|
||||
|
||||
* [Column Resizing]({%slug components/grid/columns/resize%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -158,3 +158,4 @@ Note the usage of [`OnModelInit`]({%slug grid-events%}#onmodelinit) in the examp
|
|||
* [Live Demo: Bind Grid to Observable Data](https://demos.telerik.com/blazor-ui/grid/observable-data)
|
||||
* [Live Demo: Bind Grid to DataTable](https://demos.telerik.com/blazor-ui/grid/data-table)
|
||||
* [Live Demo: Manual Grid Data Operations](https://demos.telerik.com/blazor-ui/grid/manual-operations)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -107,4 +107,5 @@ The built-in delete confirmation dialog triggers before item deletion. You can e
|
|||
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
|
||||
* [Live Demo: Grid Custom Edit Form](https://demos.telerik.com/blazor-ui/grid/editing-custom-form)
|
||||
* [Customize the Delete Confirmation Dialog]({%slug grid-kb-customize-delete-confirmation-dialog%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
||||
|
|
|
@ -26,4 +26,5 @@ The default texts of the dialogs are exposed in the [localization]({%slug global
|
|||
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
|
||||
* [Live Demo: Grid Custom Edit Form](https://demos.telerik.com/blazor-ui/grid/editing-custom-form)
|
||||
* [How to show a Cancel Confirmation Dialog]({%slug grid-kb-show-confirm-cancel-dialog%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
||||
|
|
|
@ -239,3 +239,4 @@ The incell editor template requires a focusable element to maintain the tab orde
|
|||
|
||||
* [Live Demo: Grid InCell Editing](https://demos.telerik.com/blazor-ui/grid/editing-incell)
|
||||
* [Grid Selection Documentation]({%slug grid-selection-overview%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -185,4 +185,4 @@ Use the command buttons to control the CUD operations.
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Grid Inline Editing](https://demos.telerik.com/blazor-ui/grid/editing-inline)
|
||||
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -459,4 +459,5 @@ There are a few considerations to keep in mind with the CUD operations of the gr
|
|||
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
|
||||
* [Live Demo: Grid Custom Edit Form](https://demos.telerik.com/blazor-ui/grid/editing-custom-form)
|
||||
* [Batch Editing Example](https://github.com/telerik/blazor-ui/tree/master/grid/batch-editing)
|
||||
* [Enter and Exit Grid Edit Mode Programmatically]({%slug grid-kb-add-edit-state%})
|
||||
* [Enter and Exit Grid Edit Mode Programmatically]({%slug grid-kb-add-edit-state%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
|
@ -283,3 +283,4 @@ You can specify a `ButtonsTemplate` in the `GridPopupEditFormSettings` to custom
|
|||
* [Live Demo: Grid Popup Editing](https://demos.telerik.com/blazor-ui/grid/editing-popup)
|
||||
* [Custom Editor Template Per Field]({%slug components/grid/features/templates%}#edit-template)
|
||||
* [Custom Editor Layout](https://github.com/telerik/blazor-ui/tree/master/grid/custom-popup-form)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
|
@ -321,3 +321,4 @@ You can validate the Grid with any validator that uses the `EditContext`. To cha
|
|||
|
||||
* [Grid Editing]({%slug components/grid/editing/overview%})
|
||||
* [Custom Grid `DataAnnotations` Validation]({%slug validation-kb-custom-dataannotations-validator%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -1072,3 +1072,4 @@ Visit the [Grid Cell Selection article to see an example]({%slug grid-selection-
|
|||
* [Grid Editing Overview]({%slug components/grid/editing/overview%})
|
||||
* [Grid Column Events]({%slug grid-column-events%})
|
||||
* [Manual Data Source Operations]({%slug components/grid/manual-operations%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -207,3 +207,4 @@ The CSV export has the following specifics:
|
|||
* [Custom cell formatting of the exported file with RadSpreadStreamProcessing]({%slug grid-kb-custom-cell-formatting-with-radspreadstreamprocessing%})
|
||||
* [Format numbers and dates in the exported CSV file from the Grid]({%slug grid-kb-number-formatting-of-the-csv-export%})
|
||||
* [Change the default CSV delimiter (comma) during Grid export]({%slug grid-kb-csv-export-change-field-delimiter%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -414,3 +414,4 @@ The `OnAfterExport` event fires after [OnBeforeExport](#onbeforeexport) and befo
|
|||
* [Custom cell formatting of the exported file with RadSpreadStreamProcessing]({%slug grid-kb-custom-cell-formatting-with-radspreadstreamprocessing%})
|
||||
* [Format numbers and dates in the exported CSV file from the Grid]({%slug grid-kb-number-formatting-of-the-csv-export%})
|
||||
* [Change the default CSV delimiter (comma) during Grid export]({%slug grid-kb-csv-export-change-field-delimiter%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -205,5 +205,6 @@ The Excel export has the following specifics:
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Grid Excel Export](https://demos.telerik.com/blazor-ui/grid/export-excel)
|
||||
* [Custom cell formatting of the exported file with RadSpreadProcessing]({%slug grid-kb-custom-cell-formatting-with-radspreadprocessing%})
|
||||
* [Custom cell formatting of the exported file with RadSpreadStreamProcessing]({%slug grid-kb-custom-cell-formatting-with-radspreadstreamprocessing%})
|
||||
* [Custom Cell Formatting of the Exported File with RadSpreadProcessing]({%slug grid-kb-custom-cell-formatting-with-radspreadprocessing%})
|
||||
* [Custom Cell Formatting of the Exported File with RadSpreadStreamProcessing]({%slug grid-kb-custom-cell-formatting-with-radspreadstreamprocessing%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -20,3 +20,7 @@ The following sample projects show two ways to implement a PDF export
|
|||
|
||||
|
||||
You can also follow the feature request for <a href="https://feedback.telerik.com/blazor/1434269-export-grid-to-pdf" target="_blank">built-in Grid export to PDF</a>.
|
||||
|
||||
## See Also
|
||||
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -226,3 +226,4 @@ depending on how you filter the data so you may never be able to get back all va
|
|||
|
||||
* [Grid Filtering Overview]({%slug components/grid/filtering%})
|
||||
* [Live Demo: Grid CheckBox List Filter](https://demos.telerik.com/blazor-ui/grid/filter-checkboxlist)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -138,3 +138,4 @@ The template will let you have full control over the Filter Row rendering and be
|
|||
|
||||
* [Grid Filtering Overview]({%slug components/grid/filtering%})
|
||||
* [Live Demo: Grid Filter Menu](https://demos.telerik.com/blazor-ui/grid/filter-menu)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -139,3 +139,4 @@ The template will let you have full control over the Filter Row rendering and be
|
|||
|
||||
* [Grid Filtering Overview]({%slug components/grid/filtering%})
|
||||
* [Live Demo: Grid Filter Row](https://demos.telerik.com/blazor-ui/grid/filter-row)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -129,4 +129,5 @@ The Grid uses `Activator.CreateInstance<TItem>();` to obtain the item's type it
|
|||
|
||||
* [Live Demo: Grid Filter Row](https://demos.telerik.com/blazor-ui/grid/filter-row)
|
||||
* [Live Demo: Grid Filter Menu](https://demos.telerik.com/blazor-ui/grid/filter-menu)
|
||||
* [Filter the Grid by date only]({%slug grid-kb-filter-date-only%})
|
||||
* [Filter the Grid by Date Only]({%slug grid-kb-filter-date-only%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -147,6 +147,7 @@ The example below demonstrates all SearchBox settings in action, and also how to
|
|||
* [Search the Grid in Numeric and Date Model Fields]({%slug grid-kb-search-numeric-fields%})
|
||||
* [Search the Grid in Hidden Fields]({%slug grid-kb-search-in-hidden-fields%})
|
||||
* [Change Grid Search Results on Column Hide or Show]({%slug grid-kb-search-match-visible-columns%})
|
||||
* [Search the Grid with a `StartsWith` operator]({%slug grid-kb-search-startswith%})
|
||||
* [Search the Grid with a `StartsWith` Operator]({%slug grid-kb-search-startswith%})
|
||||
* [Search the Grid on Button Click]({%slug grid-kb-search-button-click%})
|
||||
* [Grid Filtering Overview]({%slug components/grid/filtering%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -210,3 +210,4 @@ private async Task OnGridRead(GridReadEventArgs args)
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Grid Grouping](https://demos.telerik.com/blazor-ui/grid/grouping)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -374,3 +374,4 @@ To toggle how the Grid loads groups:
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Grid Group Load On Demand](https://demos.telerik.com/blazor-ui/grid/group-loadondemand)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -114,5 +114,6 @@ The following articles and sample projects can be helpful when implementing grou
|
|||
|
||||
* [Live Demo: Grid Grouping](https://demos.telerik.com/blazor-ui/grid/grouping)
|
||||
* [Grid Aggregates]({%slug grid-aggregates%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
||||
|
||||
|
|
|
@ -124,5 +124,6 @@ The following articles and sample projects can be helpful when implementing hier
|
|||
|
||||
* [Live Demo: Grid Hierarchy](https://demos.telerik.com/blazor-ui/grid/hierarchy)
|
||||
* [KB: Customize Hierarchy Expand Column in Blazor Grid]({%slug grid-kb-customize-hierarchy-expand-column-blazor-grid%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
||||
|
||||
|
|
|
@ -121,3 +121,4 @@ The following example binds the Grid with an [`OnRead` event handler]({%slug com
|
|||
|
||||
* [Grid Data Binding]({%slug grid-data-binding%})
|
||||
* [Live Demo: Grid Loading Animation](https://demos.telerik.com/blazor-ui/grid/loading-animation)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -398,3 +398,4 @@ With a few simple loops, you can extract information from the DataSourceRequest
|
|||
* [Custom Server Operations](https://github.com/telerik/blazor-ui/tree/master/grid/datasourcerequest-on-server)
|
||||
* [DataSourceRequest Object API](/blazor-ui/api/Telerik.DataSource.DataSourceRequest)
|
||||
* [DataSourceResult Object API](/blazor-ui/api/Telerik.DataSource.DataSourceResult)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -226,3 +226,4 @@ To execute these methods, obtain reference to the Grid instance via `@ref`.
|
|||
|
||||
* [Live Demos: Grid](https://demos.telerik.com/blazor-ui/grid/overview)
|
||||
* [Grid API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikGrid-1)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -141,3 +141,4 @@ The following articles and sample projects can be helpful when implementing pagi
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Grid Paging](https://demos.telerik.com/blazor-ui/grid/paging)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -380,3 +380,4 @@ This means that you need to ensure that the view-model will be updated as well,
|
|||
* [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8)
|
||||
* [Live Demos](https://demos.telerik.com/blazor-ui)
|
||||
* [Knowledge Base: Force a Grid to Refresh]({%slug grid-force-refresh%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -1771,3 +1771,4 @@ List on known limitations for the Grid Drag and Drop features:
|
|||
* [Grid Overview]({%slug grid-overview%})
|
||||
* [Live Demos: Grid](https://demos.telerik.com/blazor-ui/grid/overview)
|
||||
* [Grid API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikGrid-1)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -238,3 +238,4 @@ When using [Grid templates]({%slug components/grid/features/templates%}) with ce
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Grid Cell Selection](https://demos.telerik.com/blazor-ui/grid/cell-selection)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -67,3 +67,4 @@ See [Rows Selection and Other Grid Features]({%slug grid-selection-row%}#row-sel
|
|||
|
||||
* [Live Demo: Grid Row Selection](https://demos.telerik.com/blazor-ui/grid/row-selection)
|
||||
* [Live Demo: Grid Cell Selection](https://demos.telerik.com/blazor-ui/grid/cell-selection)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -208,3 +208,4 @@ The Grid clears the `SelectedItems` collection when the user drags and drops sel
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Grid Row Selection](https://demos.telerik.com/blazor-ui/grid/row-selection)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -84,4 +84,5 @@ You can increase or decrease the size of the Grid by setting the `Size` attribut
|
|||
## See Also
|
||||
|
||||
* [Grid Overview]({%slug grid-overview%})
|
||||
* [Live Demo: Grid Sizing](https://demos.telerik.com/blazor-ui/grid/sizing)
|
||||
* [Live Demo: Grid Sizing](https://demos.telerik.com/blazor-ui/grid/sizing)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
|
@ -125,4 +125,5 @@ The following articles and sample projects can be helpful when implementing sort
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Grid Sorting](https://demos.telerik.com/blazor-ui/grid/sorting)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
||||
|
|
|
@ -435,3 +435,4 @@ You can find multiple examples for using the Grid state in the following [Knowle
|
|||
|
||||
* [Live Demo: Grid State](https://demos.telerik.com/blazor-ui/grid/persist-state)
|
||||
* [GridState API reference](/blazor-ui/api/Telerik.Blazor.Components.GridState-1)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -88,4 +88,5 @@ When the Template is setup the list of columns, rendered by default, would not b
|
|||
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
|
||||
* [Live Demo: Grid Custom Column Menu](https://demos.telerik.com/blazor-ui/grid/custom-column-menu)
|
||||
* [Columns Menu]({%slug grid-column-menu%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
||||
|
|
|
@ -95,4 +95,5 @@ Footer templates usually display aggregates. Here are some things to keep in min
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Grid Footer Template](https://demos.telerik.com/blazor-ui/grid/footer-template)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
||||
|
|
|
@ -84,4 +84,5 @@ When the grid is grouped, the columns can display a footer with information abou
|
|||
|
||||
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
|
||||
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
||||
|
|
|
@ -94,3 +94,4 @@ Bound columns render the name of the field or their `Title` in their header. Thr
|
|||
|
||||
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
|
||||
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -92,3 +92,4 @@ The example below shows how to:
|
|||
|
||||
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
|
||||
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -411,3 +411,4 @@ Also check the [Grid Foreign Key Column]({%slug grids-foreign-key%}) knowledge b
|
|||
|
||||
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
|
||||
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -408,3 +408,4 @@ The template receives a `context` of type `FilterMenuTemplateContext` that provi
|
|||
* [Live Demo: Grid Custom Filter Row](https://demos.telerik.com/blazor-ui/grid/custom-filter-row)
|
||||
* [Live Demo: Grid Custom Filter Menu](https://demos.telerik.com/blazor-ui/grid/custom-filter-menu)
|
||||
* [KB: Use Filter Operator DropDown List in Filter Row Template]({%slug grid-kb-filter-operator-dropdown%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -87,4 +87,5 @@ When the grid is grouped, the top row above the group provides information about
|
|||
|
||||
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
|
||||
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
||||
|
|
|
@ -63,3 +63,4 @@ The Grid will also show its default or custom `NoDataTemplate` while loading its
|
|||
|
||||
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
|
||||
* [Live Demo: Grid - No Data Template](https://demos.telerik.com/blazor-ui/grid/no-data-template)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -44,4 +44,5 @@ You must make sure to provide valid HTML in the templates.
|
|||
|
||||
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
|
||||
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
||||
|
|
|
@ -84,4 +84,5 @@ The `GridPagerTemplate` allows you to modify the layout, content, and functional
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
||||
|
|
|
@ -158,3 +158,4 @@ With the `ButtonsTemplate`, you can personalize the appearance and behavior of t
|
|||
|
||||
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
|
||||
* [Live Demo: Grid Popup Edit Form Template](https://demos.telerik.com/blazor-ui/grid/popup-edit-form-template)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -239,3 +239,4 @@ Using a `FormTemplate` to modify the Edit/Create Popup window.
|
|||
* [Grid Popup Buttons Template]({%slug grid-templates-popup-buttons%})
|
||||
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
|
||||
* [Live Demo: Grid Popup Edit Form Template](https://demos.telerik.com/blazor-ui/grid/popup-edit-form-template)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -67,4 +67,5 @@ Render the entire row with your own code and logic
|
|||
|
||||
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
|
||||
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
||||
|
|
|
@ -288,3 +288,4 @@ You can add your own HTML and components to create a more complex layout in the
|
|||
## See Also
|
||||
|
||||
* [Live Demo: Grid Toolbar](https://demos.telerik.com/blazor-ui/grid/editing-inline)
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
|
@ -336,3 +336,4 @@ These are the known limitations of the virtual scrolling feature:
|
|||
* [Knowledge Base Article: Virtual Scroll Does Not Show All Items]({%slug grid-kb-virtualization-many-records%})
|
||||
* [Knowledge Base Article: Virtual Scrolling Does Not Work]({%slug grid-kb-virtual-scrolling-troubleshooting%})
|
||||
* [Knowledge Base Article: Setting Too Large Skip]({%slug grid-kb-large-skip-virtualization%})
|
||||
* [Blazor Grid]({%slug grid-overview%})
|
||||
|
|
Загрузка…
Ссылка в новой задаче