diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index eb5cfec430..e07e49f67d 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -469,6 +469,7 @@ To create an important note, use the `caution` prefix. ![Adding an important note](/images/important-in-markdown.png) ## Prepositions + ### IN * (Do something) In a command mode diff --git a/ai/web-mcp/extension.md b/ai/web-mcp/extension.md index 95052c6c52..dd6cd13ff4 100644 --- a/ai/web-mcp/extension.md +++ b/ai/web-mcp/extension.md @@ -79,38 +79,38 @@ Telerik & Kendo UI does not currently collect analytics, telemetry, or chat data These are the local page and tool inputs the extension may access on the active tab. -- Telerik & Kendo UI reads the active tab title and URL locally so the extension can show which page is active. Those values are only sent to a model when you use Blueprint mode, where they are embedded in the page snapshot. -- When you send a Blueprint request, Telerik & Kendo UI captures a sanitized snapshot of document.body. That snapshot can include truncated visible text, page structure, selected HTML attributes, up to the first 5 rows in each table body, and HTML value attributes already present in the page source. -- When page tools are enabled, Telerik & Kendo UI can read tool names, descriptions, and JSON input schemas exposed by the current page. If a tool is invoked, Telerik & Kendo UI also reads the tool arguments and the result returned by the page. -- Snapshot capture, tool discovery, and tool execution are limited to origins you explicitly add to the allowlist in Settings. All other origins are denied by default. +* Telerik & Kendo UI reads the active tab title and URL locally so the extension can show which page is active. Those values are only sent to a model when you use Blueprint mode, where they are embedded in the page snapshot. +* When you send a Blueprint request, Telerik & Kendo UI captures a sanitized snapshot of document.body. That snapshot can include truncated visible text, page structure, selected HTML attributes, up to the first 5 rows in each table body, and HTML value attributes already present in the page source. +* When page tools are enabled, Telerik & Kendo UI can read tool names, descriptions, and JSON input schemas exposed by the current page. If a tool is invoked, Telerik & Kendo UI also reads the tool arguments and the result returned by the page. +* Snapshot capture, tool discovery, and tool execution are limited to origins you explicitly add to the allowlist in Settings. All other origins are denied by default. ### What is sent to your provider These are the payloads that can leave the browser when you use the configured AI provider. -- Telerik & Kendo UI does not currently send data to a Telerik & Kendo UI/Telerik server, analytics endpoint, or any extension-run intermediary. AI requests go directly from the extension to the provider you configured in Settings: OpenAI, Azure OpenAI, Anthropic, or Google Gemini. -- Each provider request includes the conversation messages for that turn, the selected model ID, and your configured system prompt. -- When tools are enabled, the same provider request also includes tool names, descriptions, and JSON input schemas so the model can request a tool call. -- Blueprint requests also include the sanitized page snapshot. Tool-enabled turns also send tool call arguments and tool results back to the same configured provider so the model can continue the turn. +* Telerik & Kendo UI does not currently send data to a Telerik & Kendo UI/Telerik server, analytics endpoint, or any extension-run intermediary. AI requests go directly from the extension to the provider you configured in Settings: OpenAI, Azure OpenAI, Anthropic, or Google Gemini. +* Each provider request includes the conversation messages for that turn, the selected model ID, and your configured system prompt. +* When tools are enabled, the same provider request also includes tool names, descriptions, and JSON input schemas so the model can request a tool call. +* Blueprint requests also include the sanitized page snapshot. Tool-enabled turns also send tool call arguments and tool results back to the same configured provider so the model can continue the turn. ### What is stored locally These values stay in chrome.storage.local on this device unless you change or delete them. -- chrome.storage.local stores kendo:settings with your provider configuration, API keys, system prompt, behavior settings, allowed origins, and history-retention preferences. -- If Save history is enabled, kendo:chat-history stores conversation messages locally. If Retain tool outputs is enabled, saved conversations can also include tool call results. -- kendo:token-usage stores aggregate token counters by provider and model. It does not store message text or API keys. -- kendo:models-cache stores cached model metadata. For Azure OpenAI, that cache can include the configured endpoint, API version, deployment name, and validated model metadata returned by Azure. -- kendo:beta-welcome-dismissed stores whether the one-time beta welcome notice has already been dismissed in this browser profile. +* chrome.storage.local stores kendo:settings with your provider configuration, API keys, system prompt, behavior settings, allowed origins, and history-retention preferences. +* If Save history is enabled, kendo:chat-history stores conversation messages locally. If Retain tool outputs is enabled, saved conversations can also include tool call results. +* kendo:token-usage stores aggregate token counters by provider and model. It does not store message text or API keys. +* kendo:models-cache stores cached model metadata. For Azure OpenAI, that cache can include the configured endpoint, API version, deployment name, and validated model metadata returned by Azure. +* kendo:beta-welcome-dismissed stores whether the one-time beta welcome notice has already been dismissed in this browser profile. ### What Telerik & Kendo UI does not collect These are important boundaries for the current extension implementation. -- Telerik & Kendo UI does not currently collect telemetry, analytics, crash reports, or chat transcripts for a Telerik & Kendo UI/Telerik service. -- No page snapshots, tool results, or API keys are uploaded to a Telerik & Kendo UI/Telerik-operated backend because the extension does not use one. -- API keys are never injected into visited pages. -- API keys stay in extension storage and are only used by the background service worker for direct requests to the provider you selected. +* Telerik & Kendo UI does not currently collect telemetry, analytics, crash reports, or chat transcripts for a Telerik & Kendo UI/Telerik service. +* No page snapshots, tool results, or API keys are uploaded to a Telerik & Kendo UI/Telerik-operated backend because the extension does not use one. +* API keys are never injected into visited pages. +* API keys stay in extension storage and are only used by the background service worker for direct requests to the provider you selected. ## See Also diff --git a/common-features/integration-with-telerik-ai-smartcomponents-extensions.md b/common-features/integration-with-telerik-ai-smartcomponents-extensions.md index c491770c83..c76fcc93dd 100644 --- a/common-features/integration-with-telerik-ai-smartcomponents-extensions.md +++ b/common-features/integration-with-telerik-ai-smartcomponents-extensions.md @@ -14,9 +14,9 @@ The `Telerik.AI.SmartComponents.Extensions` library provides AI-powered function ## Prerequisites -- .NET 8.0 or later -- Azure OpenAI or OpenAI API access -- ASP.NET Core (for web API scenarios) +* .NET 8.0 or later +* Azure OpenAI or OpenAI API access +* ASP.NET Core (for web API scenarios) ## Installation @@ -218,14 +218,14 @@ public async Task ProcessGridRequest(GridAIRequest request) The library supports various filter operators: -- `equalto`: Exact match -- `contains`: Contains substring -- `startswith`: Starts with text -- `endswith`: Ends with text -- `greaterthan`: Greater than (numeric) -- `lessthan`: Less than (numeric) -- `greaterthanorequal`: Greater than or equal -- `lessthanorequal`: Less than or equal +* `equalto`: Exact match +* `contains`: Contains substring +* `startswith`: Starts with text +* `endswith`: Ends with text +* `greaterthan`: Greater than (numeric) +* `lessthan`: Less than (numeric) +* `greaterthanorequal`: Greater than or equal +* `lessthanorequal`: Less than or equal ## Best Practices diff --git a/common-features/repl/intergration.md b/common-features/repl/intergration.md index 036bb937d2..2a6f4dc922 100644 --- a/common-features/repl/intergration.md +++ b/common-features/repl/intergration.md @@ -15,13 +15,13 @@ Telerik REPL for Blazor is integrated in the UI for Blazor resources (documentat In this article: - - [Agentic UI Generator Integration in REPL](#agentic-ui-generator-integration-with-blazor-repl-preview) - - [Documentation Integration](#documentation-integration) - - [Demos Integration](#demos-integration) - - [Visual Studio and Visual Studio Code Integration](#visual-studio-and-visual-studio-code-integration) - - [Sharing to REPL in Visual Studio](#sharing-to-repl-in-visual-studio) - - [Sharing to REPL Visual Studio Code](#sharing-to-repl-visual-studio-code) - - [See Also](#see-also) + * [Agentic UI Generator Integration in REPL](#agentic-ui-generator-integration-with-blazor-repl-preview) + * [Documentation Integration](#documentation-integration) + * [Demos Integration](#demos-integration) + * [Visual Studio and Visual Studio Code Integration](#visual-studio-and-visual-studio-code-integration) + * [Sharing to REPL in Visual Studio](#sharing-to-repl-in-visual-studio) + * [Sharing to REPL Visual Studio Code](#sharing-to-repl-visual-studio-code) + * [See Also](#see-also) ## Agentic UI Generator Integration with Blazor REPL (Preview) diff --git a/common-features/repl/overview.md b/common-features/repl/overview.md index 3b29fcef72..9a4302b1cc 100644 --- a/common-features/repl/overview.md +++ b/common-features/repl/overview.md @@ -17,13 +17,13 @@ previous_url: /getting-started/repl, /getting-started/repl/overview The Telerik REPL for Blazor application interface consists of five main sections: -- [Telerik REPL for Blazor Overview](#telerik-repl-for-blazor-overview) - - [Toolbar](#toolbar) - - [Sidebar](#sidebar) - - [Editor](#editor) - - [Result View](#result-view) - - [Error List](#error-list) - - [See Also](#see-also) +* [Telerik REPL for Blazor Overview](#telerik-repl-for-blazor-overview) + * [Toolbar](#toolbar) + * [Sidebar](#sidebar) + * [Editor](#editor) + * [Result View](#result-view) + * [Error List](#error-list) + * [See Also](#see-also) diff --git a/components/aiprompt/events.md b/components/aiprompt/events.md index 7ea1758581..f895fbf89a 100644 --- a/components/aiprompt/events.md +++ b/components/aiprompt/events.md @@ -140,4 +140,4 @@ The `PromptChanged` event fires when the user changes the prompt text. Use the e ## See Also - * [Live Demo: AIPrompt](https://demos.telerik.com/blazor-ui/aiprompt/overview) \ No newline at end of file +* [Live Demo: AIPrompt](https://demos.telerik.com/blazor-ui/aiprompt/overview) \ No newline at end of file diff --git a/components/aiprompt/views/commands.md b/components/aiprompt/views/commands.md index 669bd1cfd2..4332455677 100644 --- a/components/aiprompt/views/commands.md +++ b/components/aiprompt/views/commands.md @@ -87,8 +87,8 @@ The following properties enable you to customize each command: ## See Also - * [Live Demo: AIPrompt](https://demos.telerik.com/blazor-ui/aiprompt/overview) - * [Views Overview](slug:aiprompt-views-overview) - * [Prompt View](slug:aiprompt-views-prompt) - * [Output View](slug:aiprompt-views-output) - * [Views Templates](slug:aiprompt-views-templates) \ No newline at end of file +* [Live Demo: AIPrompt](https://demos.telerik.com/blazor-ui/aiprompt/overview) +* [Views Overview](slug:aiprompt-views-overview) +* [Prompt View](slug:aiprompt-views-prompt) +* [Output View](slug:aiprompt-views-output) +* [Views Templates](slug:aiprompt-views-templates) \ No newline at end of file diff --git a/components/aiprompt/views/output.md b/components/aiprompt/views/output.md index 893488a2b9..c6bb163f11 100644 --- a/components/aiprompt/views/output.md +++ b/components/aiprompt/views/output.md @@ -72,8 +72,8 @@ By default, the Output view is rendered and is part of the predefined views. How ## See Also - * [Live Demo: AIPrompt](https://demos.telerik.com/blazor-ui/aiprompt/overview) - * [Views Overview](slug:aiprompt-views-overview) - * [Prompt View](slug:aiprompt-views-prompt) - * [Commands View](slug:aiprompt-views-commands) - * [Views Templates](slug:aiprompt-views-templates) \ No newline at end of file +* [Live Demo: AIPrompt](https://demos.telerik.com/blazor-ui/aiprompt/overview) +* [Views Overview](slug:aiprompt-views-overview) +* [Prompt View](slug:aiprompt-views-prompt) +* [Commands View](slug:aiprompt-views-commands) +* [Views Templates](slug:aiprompt-views-templates) \ No newline at end of file diff --git a/components/aiprompt/views/overview.md b/components/aiprompt/views/overview.md index a7d93c29c5..f150a7c01f 100644 --- a/components/aiprompt/views/overview.md +++ b/components/aiprompt/views/overview.md @@ -74,9 +74,9 @@ By default, the AIPrompt will always render both the Prompt and the Output view. ## See Also - * [Live Demo: AIPrompt](https://demos.telerik.com/blazor-ui/aiprompt/overview) - * [Prompt View](slug:aiprompt-views-prompt) - * [Output View](slug:aiprompt-views-output) - * [Commands View](slug:aiprompt-views-commands) - * [Views Templates](slug:aiprompt-views-templates) +* [Live Demo: AIPrompt](https://demos.telerik.com/blazor-ui/aiprompt/overview) +* [Prompt View](slug:aiprompt-views-prompt) +* [Output View](slug:aiprompt-views-output) +* [Commands View](slug:aiprompt-views-commands) +* [Views Templates](slug:aiprompt-views-templates) diff --git a/components/aiprompt/views/prompt.md b/components/aiprompt/views/prompt.md index 5dc8880f36..456a285859 100644 --- a/components/aiprompt/views/prompt.md +++ b/components/aiprompt/views/prompt.md @@ -38,8 +38,8 @@ Additionally, the Prompt view can display prompt suggestions related to the prom ## See Also - * [Live Demo: AIPrompt](https://demos.telerik.com/blazor-ui/aiprompt/overview) - * [Views Overview](slug:aiprompt-views-overview) - * [Prompt View](slug:aiprompt-views-prompt) - * [Output View](slug:aiprompt-views-output) - * [Views Templates](slug:aiprompt-views-templates) \ No newline at end of file +* [Live Demo: AIPrompt](https://demos.telerik.com/blazor-ui/aiprompt/overview) +* [Views Overview](slug:aiprompt-views-overview) +* [Prompt View](slug:aiprompt-views-prompt) +* [Output View](slug:aiprompt-views-output) +* [Views Templates](slug:aiprompt-views-templates) \ No newline at end of file diff --git a/components/aiprompt/views/templates.md b/components/aiprompt/views/templates.md index 54a82ddaa5..3c492c1d00 100644 --- a/components/aiprompt/views/templates.md +++ b/components/aiprompt/views/templates.md @@ -13,8 +13,8 @@ components: ["aiprompt"] This article explains the available templates for the views of the AIPrompt for Blazor. -- [View Template](#view-template) -- [Footer Template](#footer-template) +* [View Template](#view-template) +* [Footer Template](#footer-template) ## View Template @@ -83,8 +83,8 @@ The `FooterTemplate` allows you to control the rendering of the footer within in ## See Also - * [Live Demo: AIPrompt](https://demos.telerik.com/blazor-ui/aiprompt/overview) - * [Views Overview](slug:aiprompt-views-overview) - * [Prompt View](slug:aiprompt-views-prompt) - * [Output View](slug:aiprompt-views-output) - * [Commands View](slug:aiprompt-views-commands) \ No newline at end of file +* [Live Demo: AIPrompt](https://demos.telerik.com/blazor-ui/aiprompt/overview) +* [Views Overview](slug:aiprompt-views-overview) +* [Prompt View](slug:aiprompt-views-prompt) +* [Output View](slug:aiprompt-views-output) +* [Commands View](slug:aiprompt-views-commands) \ No newline at end of file diff --git a/components/appbar/position.md b/components/appbar/position.md index 4944673471..d945ddea72 100644 --- a/components/appbar/position.md +++ b/components/appbar/position.md @@ -39,4 +39,4 @@ The `PositionMode` parameter accepts a member of the `AppBarPositionMode` enum a ## See Also - * [Live Demo: AppBar Position](https://demos.telerik.com/blazor-ui/appbar/position) \ No newline at end of file +* [Live Demo: AppBar Position](https://demos.telerik.com/blazor-ui/appbar/position) \ No newline at end of file diff --git a/components/appbar/sections.md b/components/appbar/sections.md index a57d82bc07..2af514f7e5 100644 --- a/components/appbar/sections.md +++ b/components/appbar/sections.md @@ -56,5 +56,5 @@ The nested `AppBarSection` tag exposes parameters: ## See Also - * [Live Demo: AppBar Overview](https://demos.telerik.com/blazor-ui/appbar/overview) - * [AppBar Overview](slug:appbar-overview) +* [Live Demo: AppBar Overview](https://demos.telerik.com/blazor-ui/appbar/overview) +* [AppBar Overview](slug:appbar-overview) diff --git a/components/appbar/separators.md b/components/appbar/separators.md index 03609ad7c5..e9a0d11fd7 100644 --- a/components/appbar/separators.md +++ b/components/appbar/separators.md @@ -87,5 +87,5 @@ The nested `AppBarSpacer` tag exposes the following parameters: ## See Also - * [Live Demo: AppBar Overview](https://demos.telerik.com/blazor-ui/appbar/overview) - * [AppBar Overview](slug:appbar-overview) +* [Live Demo: AppBar Overview](https://demos.telerik.com/blazor-ui/appbar/overview) +* [AppBar Overview](slug:appbar-overview) diff --git a/components/autocomplete/grouping.md b/components/autocomplete/grouping.md index f9fc205231..0ce895f9fb 100644 --- a/components/autocomplete/grouping.md +++ b/components/autocomplete/grouping.md @@ -71,4 +71,4 @@ The group headers can stick to the top of the dropdown during scrolling. In othe ## See Also - * [Live Demo: AutoComplete Grouping](https://demos.telerik.com/blazor-ui/autocomplete/grouping) +* [Live Demo: AutoComplete Grouping](https://demos.telerik.com/blazor-ui/autocomplete/grouping) diff --git a/components/autocomplete/refresh-data.md b/components/autocomplete/refresh-data.md index ca1d0f680c..dd6a6dd09c 100644 --- a/components/autocomplete/refresh-data.md +++ b/components/autocomplete/refresh-data.md @@ -16,9 +16,9 @@ components: ["autocomplete"] In this article: -- [Rebind Method](#rebind-method) -- [Observable Data](#observable-data) -- [New Collection Reference](#new-collection-reference) +* [Rebind Method](#rebind-method) +* [Observable Data](#observable-data) +* [New Collection Reference](#new-collection-reference) ## Rebind Method @@ -222,6 +222,6 @@ To refresh the AutoComplete data when using [`OnRead`](slug:autocomplete-events# ## See Also - * [ObservableCollection](slug:common-features-observable-data) - * [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) \ No newline at end of file +* [ObservableCollection](slug:common-features-observable-data) +* [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) \ No newline at end of file diff --git a/components/autocomplete/templates.md b/components/autocomplete/templates.md index 180d70c2ab..2adbbfeb13 100644 --- a/components/autocomplete/templates.md +++ b/components/autocomplete/templates.md @@ -95,6 +95,6 @@ The AutoComplete component allows you to change what is rendered in its items, h ## See Also - * [Live Demo: AutoComplete Templates](https://demos.telerik.com/blazor-ui/autocomplete/templates) +* [Live Demo: AutoComplete Templates](https://demos.telerik.com/blazor-ui/autocomplete/templates) \ No newline at end of file diff --git a/components/avatar/appearance.md b/components/avatar/appearance.md index 95e74ff5e3..dda9055fb0 100644 --- a/components/avatar/appearance.md +++ b/components/avatar/appearance.md @@ -169,4 +169,4 @@ The color of the Avatar is controlled through the `ThemeColor` parameter. You ca ## See Also - * [Live Demo: Avatar Appearance](https://demos.telerik.com/blazor-ui/avatar/appearance) \ No newline at end of file +* [Live Demo: Avatar Appearance](https://demos.telerik.com/blazor-ui/avatar/appearance) \ No newline at end of file diff --git a/components/avatar/overview.md b/components/avatar/overview.md index aa30d11d55..709fd939ab 100644 --- a/components/avatar/overview.md +++ b/components/avatar/overview.md @@ -67,4 +67,4 @@ You can find more options for customizing the Avatar styling in the [Appearance ## See Also - * [Live Demo: Avatar](https://demos.telerik.com/blazor-ui/avatar/overview) \ No newline at end of file +* [Live Demo: Avatar](https://demos.telerik.com/blazor-ui/avatar/overview) \ No newline at end of file diff --git a/components/avatar/types.md b/components/avatar/types.md index 2ef70c8ab3..b12202ba0d 100644 --- a/components/avatar/types.md +++ b/components/avatar/types.md @@ -53,4 +53,4 @@ If the `Type` parameter value is not matching the type of the content, you will ## See Also - * [Live Demo: Avatar](https://demos.telerik.com/blazor-ui/avatar/overview) \ No newline at end of file +* [Live Demo: Avatar](https://demos.telerik.com/blazor-ui/avatar/overview) \ No newline at end of file diff --git a/components/barcodes/barcode/encoding.md b/components/barcodes/barcode/encoding.md index 3c7750494a..79d5f048f6 100644 --- a/components/barcodes/barcode/encoding.md +++ b/components/barcodes/barcode/encoding.md @@ -69,5 +69,5 @@ You can choose which supported encoding to use by setting the `Type` parameter o ## See Also - * [Live Demo: Barcode](https://demos.telerik.com/blazor-ui/barcode/overview) - * [Live Demo: Barcode Encoding](https://demos.telerik.com/blazor-ui/barcode/encodings) \ No newline at end of file +* [Live Demo: Barcode](https://demos.telerik.com/blazor-ui/barcode/overview) +* [Live Demo: Barcode Encoding](https://demos.telerik.com/blazor-ui/barcode/encodings) \ No newline at end of file diff --git a/components/barcodes/qrcode/qr-code-types.md b/components/barcodes/qrcode/qr-code-types.md index 3d8c9882c7..97e307b191 100644 --- a/components/barcodes/qrcode/qr-code-types.md +++ b/components/barcodes/qrcode/qr-code-types.md @@ -17,6 +17,7 @@ The component exposes the following QRCode types: * [Image Type](#image-qrcode-type) ## Swiss QRCode Type + The QRCode component supports the [Swiss QR Code format](https://blog.xsuite.com/en/swiss-qr-code). Enabling the `Swiss` type of the overlay will add a Swiss cross in the QR Code. The following implementation demonstrates the code needed for the Swiss Type: @@ -46,6 +47,7 @@ The following implementation demonstrates the code needed for the Swiss Type: ![Blazor Qrcode Swiss Type](images/qrcode-swiss-type.png) ## Image QRCode Type + The image type of the overlay is adding an image in the QR Code. The following implementation demonstrates the code needed for the Image Type: @@ -67,4 +69,4 @@ The following implementation demonstrates the code needed for the Image Type: ## See Also - * [Live Demo: QRCode](https://demos.telerik.com/blazor-ui/qrcode/overview) +* [Live Demo: QRCode](https://demos.telerik.com/blazor-ui/qrcode/overview) diff --git a/components/breadcrumb/separator.md b/components/breadcrumb/separator.md index 3b05ed5458..e7b772b81e 100644 --- a/components/breadcrumb/separator.md +++ b/components/breadcrumb/separator.md @@ -54,4 +54,4 @@ Furthermore, you can take full control over the Separator rendering with the [Se ## See Also - * * [Live Demo: Breadcrumb Separator](https://demos.telerik.com/blazor-ui/breadcrumb/separator) \ No newline at end of file +* * [Live Demo: Breadcrumb Separator](https://demos.telerik.com/blazor-ui/breadcrumb/separator) \ No newline at end of file diff --git a/components/button/events.md b/components/button/events.md index 27acb416f8..f16cbba0f1 100644 --- a/components/button/events.md +++ b/components/button/events.md @@ -29,4 +29,4 @@ It receives argument of type [MouseEventArgs](https://docs.microsoft.com/en-us/d ## See Also - * [Telerik UI for Blazor Button Overview](slug:components/button/overview) +* [Telerik UI for Blazor Button Overview](slug:components/button/overview) diff --git a/components/buttongroup/buttons.md b/components/buttongroup/buttons.md index 34576ddda3..150e5e99fd 100644 --- a/components/buttongroup/buttons.md +++ b/components/buttongroup/buttons.md @@ -142,4 +142,4 @@ You can set the `Visible` parameter of individual buttons to `false` to hide the ## See Also - * [Live Demo: Button Types](https://demos.telerik.com/blazor-ui/buttongroup/button-types) +* [Live Demo: Button Types](https://demos.telerik.com/blazor-ui/buttongroup/button-types) diff --git a/components/buttongroup/selection.md b/components/buttongroup/selection.md index 5a47d191e1..60ae25f3e0 100644 --- a/components/buttongroup/selection.md +++ b/components/buttongroup/selection.md @@ -100,6 +100,6 @@ When you click a button, it becomes selected. When you click another button, the ## See Also - * [ButtonGroup Overview](slug:buttongroup-overview) - * [ButtonGroup Events](slug:buttongroup-events) - * [Live Demo: ButtonGroup Selection](https://demos.telerik.com/blazor-ui/buttongroup/selection) +* [ButtonGroup Overview](slug:buttongroup-overview) +* [ButtonGroup Events](slug:buttongroup-events) +* [Live Demo: ButtonGroup Selection](https://demos.telerik.com/blazor-ui/buttongroup/selection) diff --git a/components/calendar/multiview.md b/components/calendar/multiview.md index fa5f7199c1..2f95fb7756 100644 --- a/components/calendar/multiview.md +++ b/components/calendar/multiview.md @@ -36,9 +36,9 @@ Additionally, you may configure the orientation of the views through the `Orient ## See Also - * [Blazor Calendar Overview](slug:components/calendar/overview) - * [Live Demo: Calendar - MultiView](https://demos.telerik.com/blazor-ui/calendar/multiview) - * [Live Demo: Calendar - Orientation](https://demos.telerik.com/blazor-ui/calendar/orientation) +* [Blazor Calendar Overview](slug:components/calendar/overview) +* [Live Demo: Calendar - MultiView](https://demos.telerik.com/blazor-ui/calendar/multiview) +* [Live Demo: Calendar - Orientation](https://demos.telerik.com/blazor-ui/calendar/orientation) diff --git a/components/calendar/navigation.md b/components/calendar/navigation.md index 8c95799bee..9fece2cff7 100644 --- a/components/calendar/navigation.md +++ b/components/calendar/navigation.md @@ -116,5 +116,5 @@ You can make the Calendar component move to a certain date and view through its ## See Also - * [Live Demo: Calendar](https://demos.telerik.com/blazor-ui/calendar/overview) +* [Live Demo: Calendar](https://demos.telerik.com/blazor-ui/calendar/overview) diff --git a/components/calendar/selection.md b/components/calendar/selection.md index b4190019b9..e728e0c802 100644 --- a/components/calendar/selection.md +++ b/components/calendar/selection.md @@ -230,4 +230,4 @@ With `Single` and `Multiple` selection, the user can't select these dates. With ## See Also - * [Live Demo: Calendar Selection](https://demos.telerik.com/blazor-ui/calendar/selection) +* [Live Demo: Calendar Selection](https://demos.telerik.com/blazor-ui/calendar/selection) diff --git a/components/calendar/templates/century-cell.md b/components/calendar/templates/century-cell.md index c9981e433d..3c9d8a39eb 100644 --- a/components/calendar/templates/century-cell.md +++ b/components/calendar/templates/century-cell.md @@ -52,7 +52,7 @@ The template receives the `DateTime` corresponding to its cell start year. ## See Also - * [Calendar Templates Overview](slug:calendar-templates-overview) - * [Live Demo: Calendar Templates](https://demos.telerik.com/blazor-ui/calendar/templates) +* [Calendar Templates Overview](slug:calendar-templates-overview) +* [Live Demo: Calendar Templates](https://demos.telerik.com/blazor-ui/calendar/templates) diff --git a/components/calendar/templates/decade-cell.md b/components/calendar/templates/decade-cell.md index 2b9a4524b7..6e3c245367 100644 --- a/components/calendar/templates/decade-cell.md +++ b/components/calendar/templates/decade-cell.md @@ -43,7 +43,7 @@ The template receives the `DateTime` corresponding to its cell. ## See Also - * [Calendar Templates Overview](slug:calendar-templates-overview) - * [Live Demo: Calendar Templates](https://demos.telerik.com/blazor-ui/calendar/templates) +* [Calendar Templates Overview](slug:calendar-templates-overview) +* [Live Demo: Calendar Templates](https://demos.telerik.com/blazor-ui/calendar/templates) diff --git a/components/calendar/templates/month-cell.md b/components/calendar/templates/month-cell.md index 40fd66564c..ba66d48934 100644 --- a/components/calendar/templates/month-cell.md +++ b/components/calendar/templates/month-cell.md @@ -53,7 +53,7 @@ The template receives the `DateTime` corresponding to its cell. ## See Also - * [Calendar Templates Overview](slug:calendar-templates-overview) - * [Live Demo: Calendar Templates](https://demos.telerik.com/blazor-ui/calendar/templates) +* [Calendar Templates Overview](slug:calendar-templates-overview) +* [Live Demo: Calendar Templates](https://demos.telerik.com/blazor-ui/calendar/templates) diff --git a/components/calendar/templates/overview.md b/components/calendar/templates/overview.md index ee6fe7c3fb..9af1827577 100644 --- a/components/calendar/templates/overview.md +++ b/components/calendar/templates/overview.md @@ -27,7 +27,7 @@ The Calendar component provides templates for: ## See Also - * [Live Demo: Calendar Templates](https://demos.telerik.com/blazor-ui/calendar/templates) +* [Live Demo: Calendar Templates](https://demos.telerik.com/blazor-ui/calendar/templates) diff --git a/components/calendar/templates/year-cell.md b/components/calendar/templates/year-cell.md index 77677085c7..b1478bc363 100644 --- a/components/calendar/templates/year-cell.md +++ b/components/calendar/templates/year-cell.md @@ -43,7 +43,7 @@ The template receives the `DateTime` corresponding to its cell. ## See Also - * [Calendar Templates Overview](slug:calendar-templates-overview) - * [Live Demo: Calendar Templates](https://demos.telerik.com/blazor-ui/calendar/templates) +* [Calendar Templates Overview](slug:calendar-templates-overview) +* [Live Demo: Calendar Templates](https://demos.telerik.com/blazor-ui/calendar/templates) diff --git a/components/card/actions.md b/components/card/actions.md index 0c7c0666e5..1320a602f4 100644 --- a/components/card/actions.md +++ b/components/card/actions.md @@ -101,5 +101,5 @@ The `Layout` parameter takes a member of the `Telerik.Blazor.CardActionsLayout` ## See Also - * [Live Demo: Card](https://demos.telerik.com/blazor-ui/card/actions) +* [Live Demo: Card](https://demos.telerik.com/blazor-ui/card/actions) \ No newline at end of file diff --git a/components/card/image.md b/components/card/image.md index 70a3d8b33a..a92f75f75c 100644 --- a/components/card/image.md +++ b/components/card/image.md @@ -50,4 +50,4 @@ The CardImage provides the following features: ## See Also - * [Live Demo: Card Building Blocks](https://demos.telerik.com/blazor-ui/card/building-blocks) +* [Live Demo: Card Building Blocks](https://demos.telerik.com/blazor-ui/card/building-blocks) diff --git a/components/card/layouts.md b/components/card/layouts.md index 3636d17d73..a669c6d541 100644 --- a/components/card/layouts.md +++ b/components/card/layouts.md @@ -160,4 +160,4 @@ Add the `k-card-group` class to the wrapping container of the Cards to organize ## See Also - * [Live Demo: Card Layouts](https://demos.telerik.com/blazor-ui/card/layouts) \ No newline at end of file +* [Live Demo: Card Layouts](https://demos.telerik.com/blazor-ui/card/layouts) \ No newline at end of file diff --git a/components/card/orientation.md b/components/card/orientation.md index 824116fa77..b9cd9d11f8 100644 --- a/components/card/orientation.md +++ b/components/card/orientation.md @@ -73,4 +73,4 @@ The result from the snippet below. ## See Also - * [Live Demo: Card Orientation](https://demos.telerik.com/blazor-ui/card/orientation) \ No newline at end of file +* [Live Demo: Card Orientation](https://demos.telerik.com/blazor-ui/card/orientation) \ No newline at end of file diff --git a/components/card/separator.md b/components/card/separator.md index 27f133695e..862e5ea0ad 100644 --- a/components/card/separator.md +++ b/components/card/separator.md @@ -115,4 +115,4 @@ The `CardSeparator` provides the following features: ## See Also - * [Live Demo: Card Building Blocks](https://demos.telerik.com/blazor-ui/card/building-blocks) \ No newline at end of file +* [Live Demo: Card Building Blocks](https://demos.telerik.com/blazor-ui/card/building-blocks) \ No newline at end of file diff --git a/components/carousel/refresh-data.md b/components/carousel/refresh-data.md index 802b60ac98..38b1b62381 100644 --- a/components/carousel/refresh-data.md +++ b/components/carousel/refresh-data.md @@ -14,9 +14,9 @@ components: ["carousel"] @[template](/_contentTemplates/common/observable-data.md#intro) In this article: -- [Rebind Method](#rebind-method) -- [Observable Data](#observable-data) -- [New Collection Reference](#new-collection-reference) +* [Rebind Method](#rebind-method) +* [Observable Data](#observable-data) +* [New Collection Reference](#new-collection-reference) ## Rebind Method @@ -238,6 +238,6 @@ In this article: ## See Also - * [ObservableCollection](slug:common-features-observable-data) - * [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) +* [ObservableCollection](slug:common-features-observable-data) +* [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) diff --git a/components/chart/date-axis.md b/components/chart/date-axis.md index ecc596dae1..eca37be3ef 100644 --- a/components/chart/date-axis.md +++ b/components/chart/date-axis.md @@ -275,5 +275,5 @@ For example, if the chosen `BaseUnit` is `days`, the X labels mark the beginning ## See Also - * [Data Binding a Chart](slug:components/chart/databind) - * [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/overview) +* [Data Binding a Chart](slug:components/chart/databind) +* [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/overview) diff --git a/components/chart/multiple-axes.md b/components/chart/multiple-axes.md index e416177f47..6551a42cc7 100644 --- a/components/chart/multiple-axes.md +++ b/components/chart/multiple-axes.md @@ -551,5 +551,5 @@ This approach can work for both numerical and categorical axes. The example belo ## See Also - * [Data Binding a Chart](slug:components/chart/databind) - * [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/overview) +* [Data Binding a Chart](slug:components/chart/databind) +* [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/overview) diff --git a/components/chart/pan-and-zoom/pan.md b/components/chart/pan-and-zoom/pan.md index 935bd932b7..9dca19ab43 100644 --- a/components/chart/pan-and-zoom/pan.md +++ b/components/chart/pan-and-zoom/pan.md @@ -163,4 +163,4 @@ Press CTRL + Click and Drag. ## See Also - * [Live Demos: Chart - Pan and Zoom](https://demos.telerik.com/blazor-ui/chart/pan-zoom) +* [Live Demos: Chart - Pan and Zoom](https://demos.telerik.com/blazor-ui/chart/pan-zoom) diff --git a/components/chart/pan-and-zoom/zoom.md b/components/chart/pan-and-zoom/zoom.md index b745a38ff8..0eb177f112 100644 --- a/components/chart/pan-and-zoom/zoom.md +++ b/components/chart/pan-and-zoom/zoom.md @@ -254,4 +254,4 @@ Press CTRL + Click and Drag. ## See Also - * [Live Demos: Chart - Pan and Zoom](https://demos.telerik.com/blazor-ui/chart/pan-zoom) +* [Live Demos: Chart - Pan and Zoom](https://demos.telerik.com/blazor-ui/chart/pan-zoom) diff --git a/components/chart/rendering-modes.md b/components/chart/rendering-modes.md index befc0ef78d..639a4058b5 100644 --- a/components/chart/rendering-modes.md +++ b/components/chart/rendering-modes.md @@ -102,4 +102,4 @@ On the downside, rendering a fixed resolution bitmap results in: ## See Also - * [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/overview) \ No newline at end of file +* [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/overview) \ No newline at end of file diff --git a/components/chart/templates.md b/components/chart/templates.md index 3e9cfb7269..7996dae408 100644 --- a/components/chart/templates.md +++ b/components/chart/templates.md @@ -84,6 +84,6 @@ Starting in **version 7.0.0**, when all Chart series have no data to show, a def ## See Also - * [Live Demo: Chart - No Data Template](https://demos.telerik.com/blazor-ui/chart/no-data-template) - * [How to Show Empty Chart Instead the Default No Data Template](slug:chart-kb-display-empty-chart) +* [Live Demo: Chart - No Data Template](https://demos.telerik.com/blazor-ui/chart/no-data-template) +* [How to Show Empty Chart Instead the Default No Data Template](slug:chart-kb-display-empty-chart) diff --git a/components/chart/tooltip/overview.md b/components/chart/tooltip/overview.md index 5298420aee..d3a8a4e0dc 100644 --- a/components/chart/tooltip/overview.md +++ b/components/chart/tooltip/overview.md @@ -263,5 +263,5 @@ The available series data point information in the `context` is: ## See Also - * [Chart Overview](slug:components/chart/overview) - * [Chart Shared Tooltip](slug:chart-tooltip-shared) +* [Chart Overview](slug:components/chart/overview) +* [Chart Shared Tooltip](slug:chart-tooltip-shared) diff --git a/components/chart/types/area.md b/components/chart/types/area.md index 7f2d1ecada..3b82543780 100644 --- a/components/chart/types/area.md +++ b/components/chart/types/area.md @@ -126,4 +126,4 @@ You can render the lines between the points with different styles. The supported ## See Also - * [Live Demo: Area Chart](https://demos.telerik.com/blazor-ui/chart/area-chart) +* [Live Demo: Area Chart](https://demos.telerik.com/blazor-ui/chart/area-chart) diff --git a/components/chart/types/bar.md b/components/chart/types/bar.md index b80b4acbea..d11ec71b77 100644 --- a/components/chart/types/bar.md +++ b/components/chart/types/bar.md @@ -125,4 +125,4 @@ The color of a series is controlled through the `Color` property that can take a ## See Also - * [Live Demo: Bar Chart](https://demos.telerik.com/blazor-ui/chart/bar-chart) +* [Live Demo: Bar Chart](https://demos.telerik.com/blazor-ui/chart/bar-chart) diff --git a/components/chart/types/candlestick.md b/components/chart/types/candlestick.md index 5e312297c5..33400780d8 100644 --- a/components/chart/types/candlestick.md +++ b/components/chart/types/candlestick.md @@ -136,4 +136,4 @@ Set the color - a valid CSS, RGB, RGBA color - of the series when the `OpenField ## See Also - * [Live Demo: Candlestick Chart](https://demos.telerik.com/blazor-ui/chart/candlestick-chart) +* [Live Demo: Candlestick Chart](https://demos.telerik.com/blazor-ui/chart/candlestick-chart) diff --git a/components/chart/types/column.md b/components/chart/types/column.md index c59202af46..e563149823 100644 --- a/components/chart/types/column.md +++ b/components/chart/types/column.md @@ -131,4 +131,4 @@ The color of a series is controlled through the `Color` property that can take a ## See Also - * [Live Demo: Column Chart](https://demos.telerik.com/blazor-ui/chart/column-chart) +* [Live Demo: Column Chart](https://demos.telerik.com/blazor-ui/chart/column-chart) diff --git a/components/chart/types/donut.md b/components/chart/types/donut.md index ddd3263cca..5f82e35794 100644 --- a/components/chart/types/donut.md +++ b/components/chart/types/donut.md @@ -560,4 +560,4 @@ The following example shows how to use the Chart `Height`, Series `Size`, and Le ## See Also - * [Live Demo: Donut Chart](https://demos.telerik.com/blazor-ui/chart/donut-chart) +* [Live Demo: Donut Chart](https://demos.telerik.com/blazor-ui/chart/donut-chart) diff --git a/components/chart/types/heatmap.md b/components/chart/types/heatmap.md index daa308fa12..785da9d131 100644 --- a/components/chart/types/heatmap.md +++ b/components/chart/types/heatmap.md @@ -499,4 +499,4 @@ The `ColorField` parameter allows you to control the color of an individual mark ## See Also - * [Live Demo: Heatmap Chart](https://demos.telerik.com/blazor-ui/chart/heatmap-chart) +* [Live Demo: Heatmap Chart](https://demos.telerik.com/blazor-ui/chart/heatmap-chart) diff --git a/components/chart/types/line.md b/components/chart/types/line.md index 709d1ab224..46d0b78737 100644 --- a/components/chart/types/line.md +++ b/components/chart/types/line.md @@ -116,4 +116,4 @@ If some values are missing from the series data (they are `null`), you can have ## See Also - * [Live Demo: Line Chart](https://demos.telerik.com/blazor-ui/chart/line-chart) +* [Live Demo: Line Chart](https://demos.telerik.com/blazor-ui/chart/line-chart) diff --git a/components/chart/types/ohlc.md b/components/chart/types/ohlc.md index 0f7f5ac688..b53db9d79f 100644 --- a/components/chart/types/ohlc.md +++ b/components/chart/types/ohlc.md @@ -127,4 +127,4 @@ The OHLC ## See Also - * [Live Demo: OHLC Chart](https://demos.telerik.com/blazor-ui/chart/ohlc-chart) +* [Live Demo: OHLC Chart](https://demos.telerik.com/blazor-ui/chart/ohlc-chart) diff --git a/components/chart/types/radar-area.md b/components/chart/types/radar-area.md index 222105fc86..d75a3255be 100644 --- a/components/chart/types/radar-area.md +++ b/components/chart/types/radar-area.md @@ -130,4 +130,4 @@ You can render the lines between the points with different styles. The supported ## See Also - * [Live Demo: Radar Area Chart](https://demos.telerik.com/blazor-ui/chart/radar-area-chart) +* [Live Demo: Radar Area Chart](https://demos.telerik.com/blazor-ui/chart/radar-area-chart) diff --git a/components/chart/types/radar-column.md b/components/chart/types/radar-column.md index f718f704a7..db6114f984 100644 --- a/components/chart/types/radar-column.md +++ b/components/chart/types/radar-column.md @@ -81,4 +81,4 @@ The color of a series is controlled through the `Color` property that can take a ## See Also - * [Live Demo: Radar Column Chart](https://demos.telerik.com/blazor-ui/chart/radar-column-chart) +* [Live Demo: Radar Column Chart](https://demos.telerik.com/blazor-ui/chart/radar-column-chart) diff --git a/components/chart/types/radar-line.md b/components/chart/types/radar-line.md index 1e54c6b23b..6df0eb4c1c 100644 --- a/components/chart/types/radar-line.md +++ b/components/chart/types/radar-line.md @@ -105,4 +105,4 @@ You can render the lines between the points with different styles. The supported ## See Also - * [Live Demo: Radar Line Chart](https://demos.telerik.com/blazor-ui/chart/radar-line-chart) +* [Live Demo: Radar Line Chart](https://demos.telerik.com/blazor-ui/chart/radar-line-chart) diff --git a/components/chart/types/scatter.md b/components/chart/types/scatter.md index 014db9dc89..54020e7c0e 100644 --- a/components/chart/types/scatter.md +++ b/components/chart/types/scatter.md @@ -109,4 +109,4 @@ Scatter charts are useful for showing the relation between different sets of dat ## See Also - * [Live Demo: Scatter Chart](https://demos.telerik.com/blazor-ui/chart/scatter-chart) +* [Live Demo: Scatter Chart](https://demos.telerik.com/blazor-ui/chart/scatter-chart) diff --git a/components/chart/types/scatterline.md b/components/chart/types/scatterline.md index 6b596d24a4..c55a8b3dfc 100644 --- a/components/chart/types/scatterline.md +++ b/components/chart/types/scatterline.md @@ -131,4 +131,4 @@ You would usually use ScatterLine charts for showing the relation between differ ## See Also - * [Live Demo: ScatterLine Chart](https://demos.telerik.com/blazor-ui/chart/scatter-line-chart) +* [Live Demo: ScatterLine Chart](https://demos.telerik.com/blazor-ui/chart/scatter-line-chart) diff --git a/components/chart/types/waterfall.md b/components/chart/types/waterfall.md index 9a11770476..0884cff663 100644 --- a/components/chart/types/waterfall.md +++ b/components/chart/types/waterfall.md @@ -177,4 +177,4 @@ The color of a series is controlled through the `Color` property that can take a ## See Also - * [Live Demo: Waterfall Chart](https://demos.telerik.com/blazor-ui/chart/waterfall-chart) +* [Live Demo: Waterfall Chart](https://demos.telerik.com/blazor-ui/chart/waterfall-chart) diff --git a/components/chiplist/overview.md b/components/chiplist/overview.md index 11d659d6ea..37a12042dd 100644 --- a/components/chiplist/overview.md +++ b/components/chiplist/overview.md @@ -95,5 +95,5 @@ The table below lists the ChipList parameters. Also check the [ChipList API Refe ## See Also - * [Live Demo: ChipList Overview](https://demos.telerik.com/blazor-ui/chiplist/overview) - * [ChipList API Reference](slug:Telerik.Blazor.Components.TelerikChipList-1) +* [Live Demo: ChipList Overview](https://demos.telerik.com/blazor-ui/chiplist/overview) +* [ChipList API Reference](slug:Telerik.Blazor.Components.TelerikChipList-1) diff --git a/components/chiplist/templates.md b/components/chiplist/templates.md index 5332c1bea7..53be474c84 100644 --- a/components/chiplist/templates.md +++ b/components/chiplist/templates.md @@ -57,6 +57,6 @@ The `` allows you to control the rendering of the chips in the Chi ```` ## See Also - * [ChipList Overview](slug:chiplist-overview) +* [ChipList Overview](slug:chiplist-overview) diff --git a/components/chunkprogressbar/indeterminate.md b/components/chunkprogressbar/indeterminate.md index 62ec4cbcab..9ffa890f5d 100644 --- a/components/chunkprogressbar/indeterminate.md +++ b/components/chunkprogressbar/indeterminate.md @@ -41,6 +41,6 @@ To put the ChunkProgressBar in Indeterminate state set the `Indeterminate`, `boo ## See Also - * [Live Demo: ChunkProgressBar Overview](https://demos.telerik.com/blazor-ui/chunkprogressbar/overview) - * [Overview](slug:chunkprogressbar-overview) +* [Live Demo: ChunkProgressBar Overview](https://demos.telerik.com/blazor-ui/chunkprogressbar/overview) +* [Overview](slug:chunkprogressbar-overview) diff --git a/components/combobox/custom-value.md b/components/combobox/custom-value.md index e14fa2fc33..5d1321c6e3 100644 --- a/components/combobox/custom-value.md +++ b/components/combobox/custom-value.md @@ -108,6 +108,6 @@ Selected value: @selectedValue ## See Also - * [Live Demo: ComboBox Custom Values](https://demos.telerik.com/blazor-ui/combobox/custom-values) +* [Live Demo: ComboBox Custom Values](https://demos.telerik.com/blazor-ui/combobox/custom-values) diff --git a/components/combobox/grouping.md b/components/combobox/grouping.md index f8a4ebcac5..6a152c8e33 100644 --- a/components/combobox/grouping.md +++ b/components/combobox/grouping.md @@ -72,4 +72,4 @@ The group headers can stick to the top of the dropdown during scrolling. In othe ## See Also - * [Live Demo: ComboBox Grouping](https://demos.telerik.com/blazor-ui/combobox/grouping) +* [Live Demo: ComboBox Grouping](https://demos.telerik.com/blazor-ui/combobox/grouping) diff --git a/components/combobox/refresh-data.md b/components/combobox/refresh-data.md index 853c3768d4..33bbd4ba04 100644 --- a/components/combobox/refresh-data.md +++ b/components/combobox/refresh-data.md @@ -15,9 +15,9 @@ components: ["combobox"] In this article: -- [Rebind Method](#rebind-method) -- [Observable Data](#observable-data) -- [New Collection Reference](#new-collection-reference) +* [Rebind Method](#rebind-method) +* [Observable Data](#observable-data) +* [New Collection Reference](#new-collection-reference) ## Rebind Method @@ -226,6 +226,6 @@ To refresh the ComboBox data when using [`OnRead`](slug:components/combobox/even ## See Also - * [ObservableCollection](slug:common-features-observable-data) - * [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) +* [ObservableCollection](slug:common-features-observable-data) +* [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) diff --git a/components/combobox/templates.md b/components/combobox/templates.md index 5c22d52ba5..4efc1a7ed7 100644 --- a/components/combobox/templates.md +++ b/components/combobox/templates.md @@ -96,6 +96,6 @@ The ComboBox component allows you to change what is rendered in its items, heade ## See Also - * [Live Demo: ComboBox Templates](https://demos.telerik.com/blazor-ui/combobox/templates) +* [Live Demo: ComboBox Templates](https://demos.telerik.com/blazor-ui/combobox/templates) diff --git a/components/combobox/virtualization.md b/components/combobox/virtualization.md index 5f2c115866..d60db0c3e4 100644 --- a/components/combobox/virtualization.md +++ b/components/combobox/virtualization.md @@ -172,6 +172,6 @@ Run this and see how you can display, scroll and filter over 10k records in the ## See Also - * [Live Demo: ComboBox Virtualization](https://demos.telerik.com/blazor-ui/combobox/virtualization) +* [Live Demo: ComboBox Virtualization](https://demos.telerik.com/blazor-ui/combobox/virtualization) diff --git a/components/contextmenu/data-binding/flat-data.md b/components/contextmenu/data-binding/flat-data.md index 3f7ca72d98..5fb9198046 100644 --- a/components/contextmenu/data-binding/flat-data.md +++ b/components/contextmenu/data-binding/flat-data.md @@ -115,7 +115,7 @@ You are *not* required to provide a value for the `HasChildren` field. @[templat ## See Also - * [Menu Data Binding Basics](slug:components/menu/data-binding/overview) - * [Live Demo: Context Menu](https://demos.telerik.com/blazor-ui/contextmenu/overview) - * [Binding to Hierarchical Data](slug:components/menu/data-binding/hierarchical-data) +* [Menu Data Binding Basics](slug:components/menu/data-binding/overview) +* [Live Demo: Context Menu](https://demos.telerik.com/blazor-ui/contextmenu/overview) +* [Binding to Hierarchical Data](slug:components/menu/data-binding/hierarchical-data) diff --git a/components/contextmenu/data-binding/hierarchical-data.md b/components/contextmenu/data-binding/hierarchical-data.md index 7f8878395b..b419453f80 100644 --- a/components/contextmenu/data-binding/hierarchical-data.md +++ b/components/contextmenu/data-binding/hierarchical-data.md @@ -116,7 +116,7 @@ This approach of providing nodes lets you gather separate collections of data fo ## See Also - * [Context Menu Data Binding Basics](slug:contextmenu-data-binding-overview) - * [Live Demo: Context Menu](https://demos.telerik.com/blazor-ui/contextmenu/overview) - * [Binding to Flat Data](slug:contextmenu-data-binding-flat-data) +* [Context Menu Data Binding Basics](slug:contextmenu-data-binding-overview) +* [Live Demo: Context Menu](https://demos.telerik.com/blazor-ui/contextmenu/overview) +* [Binding to Flat Data](slug:contextmenu-data-binding-flat-data) diff --git a/components/contextmenu/data-binding/overview.md b/components/contextmenu/data-binding/overview.md index c6f791ac07..62ef6286b2 100644 --- a/components/contextmenu/data-binding/overview.md +++ b/components/contextmenu/data-binding/overview.md @@ -203,6 +203,6 @@ public class ContextMenuItem ## See Also - * [Binding to Flat Data](slug:contextmenu-data-binding-flat-data) - * [Binding to Hierarchical Data](slug:contextmenu-data-binding-hierarchical-data) - * [Live Demo: Context Menu](https://demos.telerik.com/blazor-ui/contextmenu/overview) +* [Binding to Flat Data](slug:contextmenu-data-binding-flat-data) +* [Binding to Hierarchical Data](slug:contextmenu-data-binding-hierarchical-data) +* [Live Demo: Context Menu](https://demos.telerik.com/blazor-ui/contextmenu/overview) diff --git a/components/contextmenu/refresh-data.md b/components/contextmenu/refresh-data.md index fb38edc646..3e813a99a5 100644 --- a/components/contextmenu/refresh-data.md +++ b/components/contextmenu/refresh-data.md @@ -14,8 +14,8 @@ components: ["contextmenu"] @[template](/_contentTemplates/common/observable-data.md#intro) In this article: -- [Observable Data](#observable-data) -- [New Collection Reference](#new-collection-reference) +* [Observable Data](#observable-data) +* [New Collection Reference](#new-collection-reference) ## Observable Data @@ -118,6 +118,6 @@ In this article: ## See Also - * [ObservableCollection](slug:common-features-observable-data) - * [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) +* [ObservableCollection](slug:common-features-observable-data) +* [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) diff --git a/components/contextmenu/templates/content.md b/components/contextmenu/templates/content.md index e3141ec301..56daf5438f 100644 --- a/components/contextmenu/templates/content.md +++ b/components/contextmenu/templates/content.md @@ -117,6 +117,6 @@ You can use the template to render arbitrary content according to your applicati ## See Also - * [Data Binding a Context Menu](slug:contextmenu-data-binding-overview) - * [Live Demo: Context Menu Templates](https://demos.telerik.com/blazor-ui/contextmenu/templates) +* [Data Binding a Context Menu](slug:contextmenu-data-binding-overview) +* [Live Demo: Context Menu Templates](https://demos.telerik.com/blazor-ui/contextmenu/templates) diff --git a/components/contextmenu/templates/item.md b/components/contextmenu/templates/item.md index 8f455f96a9..e7d3d0d7b6 100644 --- a/components/contextmenu/templates/item.md +++ b/components/contextmenu/templates/item.md @@ -89,6 +89,6 @@ You can use the template to render arbitrary content according to your applicati ## See Also - * [Data Binding a Context Menu](slug:contextmenu-data-binding-overview) - * [Live Demo: Context Menu Templates](https://demos.telerik.com/blazor-ui/contextmenu/templates) +* [Data Binding a Context Menu](slug:contextmenu-data-binding-overview) +* [Live Demo: Context Menu Templates](https://demos.telerik.com/blazor-ui/contextmenu/templates) diff --git a/components/contextmenu/templates/overview.md b/components/contextmenu/templates/overview.md index b2f4750dbc..bb6b304abd 100644 --- a/components/contextmenu/templates/overview.md +++ b/components/contextmenu/templates/overview.md @@ -20,6 +20,6 @@ The Context Menu component provides templates you can use to customize its appea ## See Also - * [Data Binding a Context Menu](slug:contextmenu-data-binding-overview) - * [Live Demo: Context Menu Templates](https://demos.telerik.com/blazor-ui/contextmenu/templates) +* [Data Binding a Context Menu](slug:contextmenu-data-binding-overview) +* [Live Demo: Context Menu Templates](https://demos.telerik.com/blazor-ui/contextmenu/templates) diff --git a/components/drawer/refresh-data.md b/components/drawer/refresh-data.md index b1c56eecce..8d8a670d5f 100644 --- a/components/drawer/refresh-data.md +++ b/components/drawer/refresh-data.md @@ -14,8 +14,8 @@ components: ["drawer"] @[template](/_contentTemplates/common/observable-data.md#intro) In this article: -- [Observable Data](#observable-data) -- [New Collection Reference](#new-collection-reference) +* [Observable Data](#observable-data) +* [New Collection Reference](#new-collection-reference) ## Observable Data diff --git a/components/dropdownlist/refresh-data.md b/components/dropdownlist/refresh-data.md index 96b6182fb1..871d278957 100644 --- a/components/dropdownlist/refresh-data.md +++ b/components/dropdownlist/refresh-data.md @@ -15,9 +15,9 @@ components: ["dropdownlist"] In this article: -- [Rebind Method](#rebind-method) -- [Observable Data](#observable-data) -- [New Collection Reference](#new-collection-reference) +* [Rebind Method](#rebind-method) +* [Observable Data](#observable-data) +* [New Collection Reference](#new-collection-reference) ## Rebind Method diff --git a/components/editor/custom-tools.md b/components/editor/custom-tools.md index 564efb94f0..a1370134f1 100644 --- a/components/editor/custom-tools.md +++ b/components/editor/custom-tools.md @@ -174,7 +174,7 @@ The [blazor-ui repo]() contains more exmaples of creating custom tools - they al ## See Also - * [Editor Overview](slug:editor-overview) - * [Built-in Tools](slug:editor-built-in-tools) - * [Toolbar](slug:editor-toolbar) +* [Editor Overview](slug:editor-overview) +* [Built-in Tools](slug:editor-built-in-tools) +* [Toolbar](slug:editor-toolbar) diff --git a/components/editor/edit-modes/div.md b/components/editor/edit-modes/div.md index d579361d66..429743cad0 100644 --- a/components/editor/edit-modes/div.md +++ b/components/editor/edit-modes/div.md @@ -107,6 +107,6 @@ The example below shows how you can customize the appearance of elements in the ## See Also - * [Editor Overview](slug:editor-overview) - * [Editor Toolbar](slug:editor-toolbar) +* [Editor Overview](slug:editor-overview) +* [Editor Toolbar](slug:editor-toolbar) diff --git a/components/editor/edit-modes/iframe.md b/components/editor/edit-modes/iframe.md index 73a848b856..57e7765560 100644 --- a/components/editor/edit-modes/iframe.md +++ b/components/editor/edit-modes/iframe.md @@ -28,6 +28,6 @@ This has the following implications: ## See Also - * [Editor Overview](slug:editor-overview) - * [Editor Toolbar](slug:editor-toolbar) +* [Editor Overview](slug:editor-overview) +* [Editor Toolbar](slug:editor-toolbar) diff --git a/components/editor/edit-modes/overview.md b/components/editor/edit-modes/overview.md index cd92e16a03..6303cc61b2 100644 --- a/components/editor/edit-modes/overview.md +++ b/components/editor/edit-modes/overview.md @@ -37,8 +37,8 @@ The key difference is that the `Iframe` mode creates a separate HTML document fo ## See Also - * [Div Mode](slug:editor-edit-modes-div) - * [Iframe Mode](slug:editor-edit-modes-iframe) - * [Editor Overview](slug:editor-overview) - * [Editor Toolbar](slug:editor-toolbar) +* [Div Mode](slug:editor-edit-modes-div) +* [Iframe Mode](slug:editor-edit-modes-iframe) +* [Editor Overview](slug:editor-overview) +* [Editor Toolbar](slug:editor-toolbar) diff --git a/components/editor/events.md b/components/editor/events.md index bf274a8a0d..c65dc8b596 100644 --- a/components/editor/events.md +++ b/components/editor/events.md @@ -47,4 +47,4 @@ When you use that event, you cannot use two-way binding and so you must update t ## See Also - * [Editor Overview](slug:editor-overview) +* [Editor Overview](slug:editor-overview) diff --git a/components/editor/import-export.md b/components/editor/import-export.md index 6b56ca9099..316ad5c129 100644 --- a/components/editor/import-export.md +++ b/components/editor/import-export.md @@ -20,4 +20,4 @@ Allowing the application to decide how to import and export the content makes th ## See Also - * [Editor Overview](slug:editor-overview) +* [Editor Overview](slug:editor-overview) diff --git a/components/filemanager/sort.md b/components/filemanager/sort.md index 0e310a77ed..3336a492bc 100644 --- a/components/filemanager/sort.md +++ b/components/filemanager/sort.md @@ -212,4 +212,4 @@ The dropdown in the toolbar exposes several more options to sort by: ## See Also - * [Live Demo: FileManager](https://demos.telerik.com/blazor-ui/filemanager/overview) \ No newline at end of file +* [Live Demo: FileManager](https://demos.telerik.com/blazor-ui/filemanager/overview) \ No newline at end of file diff --git a/components/filter/events.md b/components/filter/events.md index 06efe1477f..876000fa18 100644 --- a/components/filter/events.md +++ b/components/filter/events.md @@ -68,4 +68,4 @@ The `OnUpdate` event fires when the user changes the Filter `Value`. The compone ## See Also - * [Live Demo: Filter](https://demos.telerik.com/blazor-ui/filter/overview) \ No newline at end of file +* [Live Demo: Filter](https://demos.telerik.com/blazor-ui/filter/overview) \ No newline at end of file diff --git a/components/filter/fields/templates.md b/components/filter/fields/templates.md index 5e3f657dff..8875fbc69c 100644 --- a/components/filter/fields/templates.md +++ b/components/filter/fields/templates.md @@ -139,5 +139,5 @@ To use the Filter Field value template, add a `` tag inside the [ ## See Also - * [Live Demo: Filter](https://demos.telerik.com/blazor-ui/filter/templates) - * [FilterField: Overview](slug:filter-fields) +* [Live Demo: Filter](https://demos.telerik.com/blazor-ui/filter/templates) +* [FilterField: Overview](slug:filter-fields) diff --git a/components/form/appearance.md b/components/form/appearance.md index ec7ba06fbc..fa5b87c7e7 100644 --- a/components/form/appearance.md +++ b/components/form/appearance.md @@ -67,5 +67,5 @@ You can increase or decrease the size of the Form by setting the `Size` paramete ## See Also - * [Live Demo: Form Appearance](https://demos.telerik.com/blazor-ui/form/appearance) +* [Live Demo: Form Appearance](https://demos.telerik.com/blazor-ui/form/appearance) diff --git a/components/form/columns.md b/components/form/columns.md index 83c517a288..968f030a6d 100644 --- a/components/form/columns.md +++ b/components/form/columns.md @@ -49,9 +49,9 @@ When using `Columns`, you can also define arbitrary space between the rows with ## See Also - * [Overview](slug:form-overview) - * [FormItems](slug:form-formitems) - * [FormGroups](slug:form-formgroups) - * [Orientation](slug:form-orientation) - * [Events](slug:form-events) +* [Overview](slug:form-overview) +* [FormItems](slug:form-formitems) +* [FormGroups](slug:form-formgroups) +* [Orientation](slug:form-orientation) +* [Events](slug:form-events) diff --git a/components/form/events.md b/components/form/events.md index c259a85b69..c69c8c6b87 100644 --- a/components/form/events.md +++ b/components/form/events.md @@ -264,9 +264,9 @@ The `OnInvalidSubmit` event fires when there are validation errors in the Form u ## See Also - * [Overview](slug:form-overview) - * [FormItems](slug:form-formitems) - * [Template](slug:form-formitems-template) - * [Orientation](slug:form-orientation) - * [Events](slug:form-events) +* [Overview](slug:form-overview) +* [FormItems](slug:form-formitems) +* [Template](slug:form-formitems-template) +* [Orientation](slug:form-orientation) +* [Events](slug:form-events) diff --git a/components/form/formitems/buttons.md b/components/form/formitems/buttons.md index 10e5b4d264..4022fea837 100644 --- a/components/form/formitems/buttons.md +++ b/components/form/formitems/buttons.md @@ -84,9 +84,9 @@ You can provide a standard [Telerik UI for Blazor Button](slug:components/button ## See Also - * [Form Overview](slug:form-overview) - * [Form Items](slug:form-formitems) - * [Form Groups](slug:form-formgroups) - * [Orientation](slug:form-orientation) - * [Events](slug:form-events) +* [Form Overview](slug:form-overview) +* [Form Items](slug:form-formitems) +* [Form Groups](slug:form-formgroups) +* [Orientation](slug:form-orientation) +* [Events](slug:form-events) diff --git a/components/form/orientation.md b/components/form/orientation.md index f953bbf120..b803ffcb0b 100644 --- a/components/form/orientation.md +++ b/components/form/orientation.md @@ -60,9 +60,9 @@ The Form component for Blazor allows you control its orientation through the `Or ## See Also - * [Overview](slug:form-overview) - * [FormItems](slug:form-formitems) - * [FormGroups](slug:form-formgroups) - * [Columns](slug:form-columns) - * [Events](slug:form-events) +* [Overview](slug:form-overview) +* [FormItems](slug:form-formitems) +* [FormGroups](slug:form-formgroups) +* [Columns](slug:form-columns) +* [Events](slug:form-events) diff --git a/components/gantt/accessibility/overview.md b/components/gantt/accessibility/overview.md index 7f1167b42c..aab65f26c1 100644 --- a/components/gantt/accessibility/overview.md +++ b/components/gantt/accessibility/overview.md @@ -106,6 +106,7 @@ The following example demonstrates the [accessibility compliance of the Gantt co ```` ## See also + * [Live demo: Gantt Accessibility](https://demos.telerik.com/blazor-ui/gantt/keyboard-navigation) * [Live demo: Gantt Overview](https://demos.telerik.com/blazor-ui/gantt/overview) * [Live demo: Blazor Accessibility](https://docs.telerik.com/blazor-ui/accessibility/overview) \ No newline at end of file diff --git a/components/gantt/events.md b/components/gantt/events.md index b15b7cee3e..1cd3b650bb 100644 --- a/components/gantt/events.md +++ b/components/gantt/events.md @@ -285,4 +285,4 @@ The `OnCollapse` event fires as a response to the user collapsing an item of the ## See Also - * [Live Demo: Gantt Events](https://demos.telerik.com/blazor-ui/gantt/events) \ No newline at end of file +* [Live Demo: Gantt Events](https://demos.telerik.com/blazor-ui/gantt/events) \ No newline at end of file diff --git a/components/gantt/gantt-tree/columns/command.md b/components/gantt/gantt-tree/columns/command.md index 3b538b8a09..5ab9ddeb69 100644 --- a/components/gantt/gantt-tree/columns/command.md +++ b/components/gantt/gantt-tree/columns/command.md @@ -332,4 +332,4 @@ The following code example demonstrates declarations and handling of the built-i ## See Also - * [Live Demo: Gantt Tree Command Column](https://demos.telerik.com/blazor-ui/gantt/editing-inline) +* [Live Demo: Gantt Tree Command Column](https://demos.telerik.com/blazor-ui/gantt/editing-inline) diff --git a/components/gantt/gantt-tree/columns/menu.md b/components/gantt/gantt-tree/columns/menu.md index cbf4fe8215..6c1a5b4003 100644 --- a/components/gantt/gantt-tree/columns/menu.md +++ b/components/gantt/gantt-tree/columns/menu.md @@ -287,5 +287,6 @@ The example shows the following things: * When using the [Column Chooser Template](slug:gantt-templates-column-chooser) or grouping the columns into [sections](#column-sections), add the `Title` parameter to all Gantt Columns. ## See Also - * [Live Demo: Gantt Column Menu](https://demos.telerik.com/blazor-ui/gantt/column-menu) - * [Live Demo: Gantt Custom Column Menu](https://demos.telerik.com/blazor-ui/gantt/custom-column-menu) \ No newline at end of file + +* [Live Demo: Gantt Column Menu](https://demos.telerik.com/blazor-ui/gantt/column-menu) +* [Live Demo: Gantt Custom Column Menu](https://demos.telerik.com/blazor-ui/gantt/custom-column-menu) \ No newline at end of file diff --git a/components/gantt/gantt-tree/columns/reorder.md b/components/gantt/gantt-tree/columns/reorder.md index 596e87cdab..2f0a37a189 100644 --- a/components/gantt/gantt-tree/columns/reorder.md +++ b/components/gantt/gantt-tree/columns/reorder.md @@ -112,4 +112,4 @@ To prevent the user from moving a certain column, set its own parameter `Reorder ## See Also - * [Live Demo: Column Reordering](https://demos.telerik.com/blazor-ui/gantt/column-reordering) +* [Live Demo: Column Reordering](https://demos.telerik.com/blazor-ui/gantt/column-reordering) diff --git a/components/gantt/gantt-tree/columns/resize.md b/components/gantt/gantt-tree/columns/resize.md index 1f9dfa2f1f..ef46b7e50e 100644 --- a/components/gantt/gantt-tree/columns/resize.md +++ b/components/gantt/gantt-tree/columns/resize.md @@ -134,4 +134,4 @@ Autofitting specific columns preserves the current widths of all the other colum ## See Also - * [Live Demo: Column Resizing](https://demos.telerik.com/blazor-ui/gantt/column-resizing) +* [Live Demo: Column Resizing](https://demos.telerik.com/blazor-ui/gantt/column-resizing) diff --git a/components/gantt/gantt-tree/data-binding/flat-data.md b/components/gantt/gantt-tree/data-binding/flat-data.md index 598be5c15a..8e0088c36d 100644 --- a/components/gantt/gantt-tree/data-binding/flat-data.md +++ b/components/gantt/gantt-tree/data-binding/flat-data.md @@ -115,6 +115,6 @@ If there are child items for a certain node (items whose `ParentId` points to th ## See Also - * [TreeList Data Binding Basics](slug:gantt-data-binding-overview) - * [Binding to Hierarchical Data](slug:gantt-data-binding-hierarchical-data) +* [TreeList Data Binding Basics](slug:gantt-data-binding-overview) +* [Binding to Hierarchical Data](slug:gantt-data-binding-hierarchical-data) diff --git a/components/gantt/gantt-tree/data-binding/hierarchical-data.md b/components/gantt/gantt-tree/data-binding/hierarchical-data.md index 6ee3d257eb..06a923cbc6 100644 --- a/components/gantt/gantt-tree/data-binding/hierarchical-data.md +++ b/components/gantt/gantt-tree/data-binding/hierarchical-data.md @@ -265,6 +265,6 @@ If there are items for a certain node, it will have an expand icon. The `HasChil ## See Also - * [Gantt Data Binding Basics](slug:gantt-data-binding-overview) - * [Binding to Flat Data](slug:gantt-data-binding-flat-data) +* [Gantt Data Binding Basics](slug:gantt-data-binding-overview) +* [Binding to Flat Data](slug:gantt-data-binding-flat-data) diff --git a/components/gantt/gantt-tree/data-binding/overview.md b/components/gantt/gantt-tree/data-binding/overview.md index 348e002712..bd42c2e04f 100644 --- a/components/gantt/gantt-tree/data-binding/overview.md +++ b/components/gantt/gantt-tree/data-binding/overview.md @@ -65,6 +65,6 @@ The properties of a Gantt Tree item match directly to a field of the model the t ## See Also - * [Binding to Flat Data](slug:gantt-data-binding-flat-data) - * [Binding to Hierarchical Data](slug:gantt-data-binding-hierarchical-data) +* [Binding to Flat Data](slug:gantt-data-binding-flat-data) +* [Binding to Hierarchical Data](slug:gantt-data-binding-hierarchical-data) diff --git a/components/gantt/gantt-tree/editing/incell.md b/components/gantt/gantt-tree/editing/incell.md index 37bbd78313..80105ae038 100644 --- a/components/gantt/gantt-tree/editing/incell.md +++ b/components/gantt/gantt-tree/editing/incell.md @@ -25,8 +25,8 @@ To control whether a newly added item appears at the top or bottom of the Gantt The `NewRowPosition` parameter accepts values from the `GanttTreeListNewRowPosition` enum: -- `Top` (default)—Inserts the new item at the top of the view. -- `Bottom`—Inserts the new item at the bottom of the view. +* `Top` (default)—Inserts the new item at the top of the view. +* `Bottom`—Inserts the new item at the bottom of the view. ### Note It is up to the data access logic to save the data once it is changed in the data collection, or to revert changes. The example above showcases the events that allow you to do that. In a real application, the code for handling data operations may be entirely different. @@ -258,4 +258,4 @@ It is up to the data access logic to save the data once it is changed in the dat ## See Also - * [Live Demo: Gantt InCell Editing](https://demos.telerik.com/blazor-ui/gantt/editing-incell) +* [Live Demo: Gantt InCell Editing](https://demos.telerik.com/blazor-ui/gantt/editing-incell) diff --git a/components/gantt/gantt-tree/editing/inline.md b/components/gantt/gantt-tree/editing/inline.md index dedb597fdd..d7d38efb87 100644 --- a/components/gantt/gantt-tree/editing/inline.md +++ b/components/gantt/gantt-tree/editing/inline.md @@ -27,8 +27,8 @@ To control whether a newly added item appears at the top or bottom of the Gantt The `NewRowPosition` parameter accepts values from the `GanttTreeListNewRowPosition` enum: -- `Top` (default)—Inserts the new item at the top of the view. -- `Bottom`—Inserts the new item at the bottom of the view. +* `Top` (default)—Inserts the new item at the top of the view. +* `Bottom`—Inserts the new item at the bottom of the view. >caption The Command buttons and the Gantt events let you handle data operations in Inline edit mode. @@ -261,5 +261,5 @@ The `NewRowPosition` parameter accepts values from the `GanttTreeListNewRowPosit ## See Also - * [Live Demo: Gantt Inline Editing](https://demos.telerik.com/blazor-ui/gantt/editing-inline) +* [Live Demo: Gantt Inline Editing](https://demos.telerik.com/blazor-ui/gantt/editing-inline) diff --git a/components/gantt/gantt-tree/editing/overview.md b/components/gantt/gantt-tree/editing/overview.md index db1aef1ba9..8a4709cb38 100644 --- a/components/gantt/gantt-tree/editing/overview.md +++ b/components/gantt/gantt-tree/editing/overview.md @@ -590,6 +590,6 @@ There are a few considerations to keep in mind with the CUD operations of the tr ## See Also - * [Live Demo: Gantt Inline Editing](https://demos.telerik.com/blazor-ui/treelist/editing-inline) - * [Live Demo: Gantt Popup Editing](https://demos.telerik.com/blazor-ui/treelist/editing-popup) - * [Live Demo: Gantt InCell Editing](https://demos.telerik.com/blazor-ui/treelist/editing-incell) \ No newline at end of file +* [Live Demo: Gantt Inline Editing](https://demos.telerik.com/blazor-ui/treelist/editing-inline) +* [Live Demo: Gantt Popup Editing](https://demos.telerik.com/blazor-ui/treelist/editing-popup) +* [Live Demo: Gantt InCell Editing](https://demos.telerik.com/blazor-ui/treelist/editing-incell) \ No newline at end of file diff --git a/components/gantt/gantt-tree/editing/popup.md b/components/gantt/gantt-tree/editing/popup.md index 13e52ff70e..efe7db1d23 100644 --- a/components/gantt/gantt-tree/editing/popup.md +++ b/components/gantt/gantt-tree/editing/popup.md @@ -559,5 +559,5 @@ Parameter | Type | Description ## See Also - * [Live Demo: Gantt Popup Editing](https://demos.telerik.com/blazor-ui/gantt/editing-popup) +* [Live Demo: Gantt Popup Editing](https://demos.telerik.com/blazor-ui/gantt/editing-popup) diff --git a/components/gantt/gantt-tree/filter/filter-menu.md b/components/gantt/gantt-tree/filter/filter-menu.md index f727cb1fd5..31c06ba994 100644 --- a/components/gantt/gantt-tree/filter/filter-menu.md +++ b/components/gantt/gantt-tree/filter/filter-menu.md @@ -234,5 +234,5 @@ You can customize the default Filter Menu behavior for each column through the f ## See Also - * [Gantt Filtering Overview](slug:gantt-filtering-overview) - * [Live Demo: Gantt Filter Menu](https://demos.telerik.com/blazor-ui/gantt/filter-menu) \ No newline at end of file +* [Gantt Filtering Overview](slug:gantt-filtering-overview) +* [Live Demo: Gantt Filter Menu](https://demos.telerik.com/blazor-ui/gantt/filter-menu) \ No newline at end of file diff --git a/components/gantt/gantt-tree/filter/filter-row.md b/components/gantt/gantt-tree/filter/filter-row.md index c871024068..3c4ec8cdf5 100644 --- a/components/gantt/gantt-tree/filter/filter-row.md +++ b/components/gantt/gantt-tree/filter/filter-row.md @@ -244,5 +244,5 @@ You can customize the default Filter Row behavior for each Gantt Tree column thr ## See Also - * [Gantt Filtering Overview](slug:gantt-filtering-overview) - * [Live Demo: Gantt Filter Row](https://demos.telerik.com/blazor-ui/gantt/filter-row) \ No newline at end of file +* [Gantt Filtering Overview](slug:gantt-filtering-overview) +* [Live Demo: Gantt Filter Row](https://demos.telerik.com/blazor-ui/gantt/filter-row) \ No newline at end of file diff --git a/components/gantt/gantt-tree/sorting.md b/components/gantt/gantt-tree/sorting.md index c18f88ebae..3ad8ffdaf2 100644 --- a/components/gantt/gantt-tree/sorting.md +++ b/components/gantt/gantt-tree/sorting.md @@ -127,5 +127,5 @@ Click a column header to sort by its data ## See Also - * [Live Demo: Gantt Sorting](https://demos.telerik.com/blazor-ui/gantt/sorting) +* [Live Demo: Gantt Sorting](https://demos.telerik.com/blazor-ui/gantt/sorting) diff --git a/components/gantt/gantt-tree/templates/column-chooser.md b/components/gantt/gantt-tree/templates/column-chooser.md index d574f75b2a..34187a2038 100644 --- a/components/gantt/gantt-tree/templates/column-chooser.md +++ b/components/gantt/gantt-tree/templates/column-chooser.md @@ -129,7 +129,7 @@ When you set up the Column Chooser Template, the list of columns that are render ## See Also - * [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) - * [Live Demo: Gantt Column Menu](https://demos.telerik.com/blazor-ui/treelist/column-menu) - * [Live Demo: Gantt Custom Column Menu](https://demos.telerik.com/blazor-ui/gantt/custom-column-menu) - * [Columns Menu](slug:gantt-column-menu) \ No newline at end of file +* [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) +* [Live Demo: Gantt Column Menu](https://demos.telerik.com/blazor-ui/treelist/column-menu) +* [Live Demo: Gantt Custom Column Menu](https://demos.telerik.com/blazor-ui/gantt/custom-column-menu) +* [Columns Menu](slug:gantt-column-menu) \ No newline at end of file diff --git a/components/gantt/gantt-tree/templates/column-header.md b/components/gantt/gantt-tree/templates/column-header.md index e7f20160cd..b3a003465f 100644 --- a/components/gantt/gantt-tree/templates/column-header.md +++ b/components/gantt/gantt-tree/templates/column-header.md @@ -258,4 +258,4 @@ By default columns display the name of the corresponding field or their `Title` ## See Also - * [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) \ No newline at end of file +* [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) \ No newline at end of file diff --git a/components/gantt/gantt-tree/templates/column.md b/components/gantt/gantt-tree/templates/column.md index e3058dedfc..a757205787 100644 --- a/components/gantt/gantt-tree/templates/column.md +++ b/components/gantt/gantt-tree/templates/column.md @@ -256,4 +256,4 @@ The example below shows how to: ## See Also - * [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) +* [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) diff --git a/components/gantt/gantt-tree/templates/editor.md b/components/gantt/gantt-tree/templates/editor.md index a6fa397eef..2df2708ab1 100644 --- a/components/gantt/gantt-tree/templates/editor.md +++ b/components/gantt/gantt-tree/templates/editor.md @@ -249,4 +249,4 @@ In the Editor Template, you can data bind components to the current context, whi ## See Also - * [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) \ No newline at end of file +* [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) \ No newline at end of file diff --git a/components/gantt/overview.md b/components/gantt/overview.md index 629282751a..64c3f819d0 100644 --- a/components/gantt/overview.md +++ b/components/gantt/overview.md @@ -243,5 +243,5 @@ The table below lists the Gantt methods. Also consult the [Gantt API](slug:Teler ## See Also - * [Live Demos: Gantt](https://demos.telerik.com/blazor-ui/gantt/overview) - * [Gantt API Reference](slug:Telerik.Blazor.Components.TelerikGantt-1) +* [Live Demos: Gantt](https://demos.telerik.com/blazor-ui/gantt/overview) +* [Gantt API Reference](slug:Telerik.Blazor.Components.TelerikGantt-1) diff --git a/components/gantt/refresh-data.md b/components/gantt/refresh-data.md index 949cd33f17..6b8321a087 100644 --- a/components/gantt/refresh-data.md +++ b/components/gantt/refresh-data.md @@ -14,9 +14,9 @@ components: ["gantt"] @[template](/_contentTemplates/common/observable-data.md#intro) In this article: -- [Rebind Method](#rebind-method) -- [Observable Data](#observable-data) -- [New Collection Reference](#new-collection-reference) +* [Rebind Method](#rebind-method) +* [Observable Data](#observable-data) +* [New Collection Reference](#new-collection-reference) ## Rebind Method @@ -518,6 +518,6 @@ In this article: ## See Also - * [ObservableCollection](slug:common-features-observable-data) - * [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) +* [ObservableCollection](slug:common-features-observable-data) +* [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) diff --git a/components/gantt/state.md b/components/gantt/state.md index 74c7ea1a8a..3f111323a1 100644 --- a/components/gantt/state.md +++ b/components/gantt/state.md @@ -103,12 +103,12 @@ The following information is present in the Gantt state: You can find the following examples in this section: -- [Set Default (Initial) State](#set-default-initial-state) -- [Save and Load Gantt State from Browser LocalStorage](#save-and-load-gantt-state-from-browser-localstorage) -- [Set Gantt Options Through State](#set-gantt-options-through-state) -- [Get and Override User Action That Changes The Gantt](#get-and-override-user-action-that-changes-the-gantt) -- [Initiate Editing or Inserting of an Item](#initiate-editing-or-inserting-of-an-item) -- [Get Current Columns Visibility, Order, Field](#get-current-columns-visibility-order-field) +* [Set Default (Initial) State](#set-default-initial-state) +* [Save and Load Gantt State from Browser LocalStorage](#save-and-load-gantt-state-from-browser-localstorage) +* [Set Gantt Options Through State](#set-gantt-options-through-state) +* [Get and Override User Action That Changes The Gantt](#get-and-override-user-action-that-changes-the-gantt) +* [Initiate Editing or Inserting of an Item](#initiate-editing-or-inserting-of-an-item) +* [Get Current Columns Visibility, Order, Field](#get-current-columns-visibility-order-field) ### Set Default (Initial) State diff --git a/components/gantt/timeline/editing.md b/components/gantt/timeline/editing.md index 93fa38f07a..ccdd9e1922 100644 --- a/components/gantt/timeline/editing.md +++ b/components/gantt/timeline/editing.md @@ -181,4 +181,4 @@ By default, a delete button is rendered on the right side of a task when it is h ## See Also - * [Live Demo: Gantt Editing](https://demos.telerik.com/blazor-ui/gantt/editing-incell) \ No newline at end of file +* [Live Demo: Gantt Editing](https://demos.telerik.com/blazor-ui/gantt/editing-incell) \ No newline at end of file diff --git a/components/gantt/timeline/templates/dateheader.md b/components/gantt/timeline/templates/dateheader.md index 53efc937d3..d5a338897c 100644 --- a/components/gantt/timeline/templates/dateheader.md +++ b/components/gantt/timeline/templates/dateheader.md @@ -296,4 +296,4 @@ The `CurrentInfo.CurrentCulture` is used when rendering the formats, so if you n ## See Also - * [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) \ No newline at end of file +* [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) \ No newline at end of file diff --git a/components/gantt/timeline/templates/overview.md b/components/gantt/timeline/templates/overview.md index 62e0ccba62..21ce4063fd 100644 --- a/components/gantt/timeline/templates/overview.md +++ b/components/gantt/timeline/templates/overview.md @@ -25,4 +25,4 @@ Available templates for the [Timeline](slug:gantt-timeline): ## See Also - * [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) \ No newline at end of file +* [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) \ No newline at end of file diff --git a/components/gantt/timeline/templates/task.md b/components/gantt/timeline/templates/task.md index 88613e87e3..753be5a617 100644 --- a/components/gantt/timeline/templates/task.md +++ b/components/gantt/timeline/templates/task.md @@ -176,5 +176,5 @@ The `TaskTemplate` is of type `RenderFragment`, so the `context` has the ## See Also - * [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) - * [How to set different colors for the Gantt tasks](slug:gantt-kb-different-colors-for-tasks) +* [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) +* [How to set different colors for the Gantt tasks](slug:gantt-kb-different-colors-for-tasks) diff --git a/components/gantt/timeline/templates/tooltip.md b/components/gantt/timeline/templates/tooltip.md index 744828f0ae..5a901ee5b7 100644 --- a/components/gantt/timeline/templates/tooltip.md +++ b/components/gantt/timeline/templates/tooltip.md @@ -176,4 +176,4 @@ Apart from that, you can add and customize any other content - for example, icon ## See Also - * [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) +* [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates) diff --git a/components/gantt/timeline/views.md b/components/gantt/timeline/views.md index 4e7c0f9989..5cb8df7c9a 100644 --- a/components/gantt/timeline/views.md +++ b/components/gantt/timeline/views.md @@ -187,4 +187,4 @@ The Gantt Timeline provides four predefined views, which dictate how much time a ## See Also - * [Live Demo: Gantt Views](https://demos.telerik.com/blazor-ui/treelist/editing-inline) \ No newline at end of file +* [Live Demo: Gantt Views](https://demos.telerik.com/blazor-ui/treelist/editing-inline) \ No newline at end of file diff --git a/components/gantt/timeline/zooming.md b/components/gantt/timeline/zooming.md index e8e65a3f7d..067f76dd5e 100644 --- a/components/gantt/timeline/zooming.md +++ b/components/gantt/timeline/zooming.md @@ -247,4 +247,4 @@ The `RangeSnapTo` parameter receives an argument of type `GanttRangeSnapTo` whic ## See Also - * [Live Demo: Gantt Zooming](https://demos.telerik.com/blazor-ui/gantt/zooming) \ No newline at end of file +* [Live Demo: Gantt Zooming](https://demos.telerik.com/blazor-ui/gantt/zooming) \ No newline at end of file diff --git a/components/grid/accessibility/overview.md b/components/grid/accessibility/overview.md index 0842316bce..8e7b6c46cd 100644 --- a/components/grid/accessibility/overview.md +++ b/components/grid/accessibility/overview.md @@ -464,5 +464,6 @@ 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) * [Blazor Grid](slug:grid-overview) \ No newline at end of file diff --git a/components/grid/columns/auto-generated.md b/components/grid/columns/auto-generated.md index dd2bc1cb94..15504ab130 100644 --- a/components/grid/columns/auto-generated.md +++ b/components/grid/columns/auto-generated.md @@ -380,9 +380,11 @@ This example shows how to: ![gif of auto-generated columns with CRUD, selection and Paging](images/auto-generated-CUD-selection-edit-example.gif) ## Notes + * @[template](/_contentTemplates/common/grid-treelist-autogenerated-columns.md#grid-treelist-autogenerated-columns-limitation) ## See also + * [Column Width](slug:grid-columns-width) * [Live Demo: Auto Generated Columns](https://demos.telerik.com/blazor-ui/grid/column-auto-generation) * [Selection](slug:grid-selection-overview) diff --git a/components/grid/columns/bound.md b/components/grid/columns/bound.md index 5009289fee..66feb9e284 100644 --- a/components/grid/columns/bound.md +++ b/components/grid/columns/bound.md @@ -167,5 +167,5 @@ 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) +* [Live Demo: Grid Columns](https://demos.telerik.com/blazor-ui/grid/columns) +* [Blazor Grid](slug:grid-overview) diff --git a/components/grid/columns/command.md b/components/grid/columns/command.md index 5458a71e4b..f57e3a1c00 100644 --- a/components/grid/columns/command.md +++ b/components/grid/columns/command.md @@ -231,5 +231,5 @@ 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) +* [Live Demo: Grid Command Column](https://demos.telerik.com/blazor-ui/grid/editing-inline) +* [Blazor Grid](slug:grid-overview) diff --git a/components/grid/columns/display-format.md b/components/grid/columns/display-format.md index c5ddbd70d2..1360e6e2b7 100644 --- a/components/grid/columns/display-format.md +++ b/components/grid/columns/display-format.md @@ -65,5 +65,5 @@ components: ["grid"] ## See Also - * [Live Demo: Cell Formatting](https://demos.telerik.com/blazor-ui/grid/cell-formatting) - * [Blazor Grid](slug:grid-overview) +* [Live Demo: Cell Formatting](https://demos.telerik.com/blazor-ui/grid/cell-formatting) +* [Blazor Grid](slug:grid-overview) diff --git a/components/grid/columns/events.md b/components/grid/columns/events.md index 8c41d84447..36cf1617f6 100644 --- a/components/grid/columns/events.md +++ b/components/grid/columns/events.md @@ -147,7 +147,7 @@ This event fires upon the rendering of the Grids columns. It receives an argumen ## See Also - * [Grid Overview](slug:grid-overview) - * [Grid Events](slug:grid-events) - * [Manual Data Source Operations](slug:components/grid/manual-operations) - * [Blazor Grid](slug:grid-overview) +* [Grid Overview](slug:grid-overview) +* [Grid Events](slug:grid-events) +* [Manual Data Source Operations](slug:components/grid/manual-operations) +* [Blazor Grid](slug:grid-overview) diff --git a/components/grid/columns/frozen.md b/components/grid/columns/frozen.md index 6e7a853ffe..2c216927b0 100644 --- a/components/grid/columns/frozen.md +++ b/components/grid/columns/frozen.md @@ -23,6 +23,7 @@ This article you can observe Freezing different columns. The examples are separa ## Frozen first and last columns + >caption Use static markup to Freeze the first and last columns in a Grid ![gif of statically locked first and last columns](images/frozen-first-last.gif) @@ -175,5 +176,6 @@ 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) diff --git a/components/grid/columns/menu.md b/components/grid/columns/menu.md index cbcfbdb69b..8fd9b81841 100644 --- a/components/grid/columns/menu.md +++ b/components/grid/columns/menu.md @@ -256,6 +256,7 @@ The columns in the Column Chooser are divided into sections. The Lockable option * If you are using the [Column Chooser Template](slug:grid-templates-column-chooser) or you are grouping the columns into [sections](#sections), it is recommended to add the `Title` parameter to all Grid Columns. ## 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) + +* [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) diff --git a/components/grid/columns/multi-column-headers.md b/components/grid/columns/multi-column-headers.md index 5e23c34c07..2dbc76403d 100644 --- a/components/grid/columns/multi-column-headers.md +++ b/components/grid/columns/multi-column-headers.md @@ -140,5 +140,5 @@ 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) \ No newline at end of file +* [Live Demo: Multi-Column Headers](https://demos.telerik.com/blazor-ui/grid/multi-column-headers) +* [Blazor Grid](slug:grid-overview) \ No newline at end of file diff --git a/components/grid/columns/reorder.md b/components/grid/columns/reorder.md index fe28fda164..4d492b963d 100644 --- a/components/grid/columns/reorder.md +++ b/components/grid/columns/reorder.md @@ -72,5 +72,5 @@ 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) +* [Live Demo: Column Reordering](https://demos.telerik.com/blazor-ui/grid/column-reordering) +* [Blazor Grid](slug:grid-overview) diff --git a/components/grid/columns/resize.md b/components/grid/columns/resize.md index 76ffdcc644..257934a4ac 100644 --- a/components/grid/columns/resize.md +++ b/components/grid/columns/resize.md @@ -143,5 +143,5 @@ 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) +* [Live Demo: Column Resizing](https://demos.telerik.com/blazor-ui/grid/column-resizing) +* [Blazor Grid](slug:grid-overview) diff --git a/components/grid/columns/virtual.md b/components/grid/columns/virtual.md index cfa66ebca5..989f9bdd05 100644 --- a/components/grid/columns/virtual.md +++ b/components/grid/columns/virtual.md @@ -313,6 +313,7 @@ Column virtualization is commonly used when you have many columns. You may not h ## See also + * [Live demo: Virtual Columns](https://demos.telerik.com/blazor-ui/grid/column-virtualization) * [Virtual Scrolling](slug:components/grid/virtual-scrolling) * [Grid Column Width Behavior](slug:grid-columns-width) diff --git a/components/grid/columns/visible.md b/components/grid/columns/visible.md index ddb9269871..71ce6ee438 100644 --- a/components/grid/columns/visible.md +++ b/components/grid/columns/visible.md @@ -260,5 +260,5 @@ 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) +* [Live Demo: Visible Columns](https://demos.telerik.com/blazor-ui/grid/columns) +* [Blazor Grid](slug:grid-overview) diff --git a/components/grid/data-binding.md b/components/grid/data-binding.md index 4a3228a28b..c93abbdfca 100644 --- a/components/grid/data-binding.md +++ b/components/grid/data-binding.md @@ -156,7 +156,7 @@ Note the usage of [`OnModelInit`](slug:grid-events#onmodelinit) in the example b ## See Also - * [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) +* [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) diff --git a/components/grid/editing/incell.md b/components/grid/editing/incell.md index 117554d4de..b8cc6d4cea 100644 --- a/components/grid/editing/incell.md +++ b/components/grid/editing/incell.md @@ -61,8 +61,8 @@ You can control whether a newly added item appears at the top or bottom of the G The `NewRowPosition` parameter accepts values from the `GridNewRowPosition` enum: -- `Top` (default)—Inserts the new item at the top of the view. -- `Bottom`—Inserts the new item at the bottom of the view. +* `Top` (default)—Inserts the new item at the top of the view. +* `Bottom`—Inserts the new item at the bottom of the view. For a complete example of how this feature works, see the following [example](slug:grid-editing-incell#basic). diff --git a/components/grid/editing/inline.md b/components/grid/editing/inline.md index f590d26fcd..ed0e9c05ad 100644 --- a/components/grid/editing/inline.md +++ b/components/grid/editing/inline.md @@ -46,8 +46,8 @@ You can control whether a newly added item appears at the top or bottom of the G The `NewRowPosition` parameter accepts values from the `GridNewRowPosition` enum: -- `Top` (default)—Inserts the new item at the top of the view. -- `Bottom`—Inserts the new item at the bottom of the view. +* `Top` (default)—Inserts the new item at the top of the view. +* `Bottom`—Inserts the new item at the bottom of the view. ## Integration with Other Features diff --git a/components/grid/events.md b/components/grid/events.md index ec4584d59d..b54dc4d571 100644 --- a/components/grid/events.md +++ b/components/grid/events.md @@ -1031,8 +1031,8 @@ Visit the [Grid Cell Selection article to see an example](slug:grid-selection-ce ## See Also - * [Grid Overview](slug:grid-overview) - * [Grid Editing Overview](slug:grid-editing-overview) - * [Grid Column Events](slug:grid-column-events) - * [Manual Data Source Operations](slug:components/grid/manual-operations) - * [Blazor Grid](slug:grid-overview) +* [Grid Overview](slug:grid-overview) +* [Grid Editing Overview](slug:grid-editing-overview) +* [Grid Column Events](slug:grid-column-events) +* [Manual Data Source Operations](slug:components/grid/manual-operations) +* [Blazor Grid](slug:grid-overview) diff --git a/components/grid/export/csv.md b/components/grid/export/csv.md index 2e69785b02..c02499553f 100644 --- a/components/grid/export/csv.md +++ b/components/grid/export/csv.md @@ -19,9 +19,9 @@ When you click the Export button, your browser will receive the resulting file. #### In This Article - - [Basics](#basics) - - [Programmatic Export](#programmatic-export) - - [Customization](#customization) + * [Basics](#basics) + * [Programmatic Export](#programmatic-export) + * [Customization](#customization) ## Basics diff --git a/components/grid/export/events.md b/components/grid/export/events.md index eb7dd96004..e19ca3d985 100644 --- a/components/grid/export/events.md +++ b/components/grid/export/events.md @@ -15,14 +15,14 @@ You can customize the files exported to Excel and CSV by using the [OnBeforeExpo #### In This Article - - [OnBeforeExport](#onbeforeexport) - - [For Excel Export](#for-excel-export) - - [For CSV Export](#for-csv-export) - - [For PDF Export](#for-pdf-export) - - [OnAfterExport](#onafterexport) - - [For Excel Export](#for-excel-export-1) - - [For CSV Export](#for-csv-export-1) - - [For PDF Export](#for-pdf-export-1) + * [OnBeforeExport](#onbeforeexport) + * [For Excel Export](#for-excel-export) + * [For CSV Export](#for-csv-export) + * [For PDF Export](#for-pdf-export) + * [OnAfterExport](#onafterexport) + * [For Excel Export](#for-excel-export-1) + * [For CSV Export](#for-csv-export-1) + * [For PDF Export](#for-pdf-export-1) ## OnBeforeExport diff --git a/components/grid/export/excel.md b/components/grid/export/excel.md index e550efb3ee..8fab6d6803 100644 --- a/components/grid/export/excel.md +++ b/components/grid/export/excel.md @@ -19,9 +19,9 @@ When you click the Export button, your browser will receive the resulting file. #### In This Article - - [Basics](#basics) - - [Programmatic Export](#programmatic-export) - - [Customization](#customization) + * [Basics](#basics) + * [Programmatic Export](#programmatic-export) + * [Customization](#customization) ## Basics @@ -260,8 +260,8 @@ Read more about how to [customize the exported file](slug:grid-export-events). ## See Also - * [Live Demo: Grid Export](https://demos.telerik.com/blazor-ui/grid/export) - * [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) - * [Showing a Loader While Exporting the Grid](slug:grid-kb-show-loader-while-exporting) - * [Blazor Grid](slug:grid-overview) +* [Live Demo: Grid Export](https://demos.telerik.com/blazor-ui/grid/export) +* [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) +* [Showing a Loader While Exporting the Grid](slug:grid-kb-show-loader-while-exporting) +* [Blazor Grid](slug:grid-overview) diff --git a/components/grid/export/pdf.md b/components/grid/export/pdf.md index 1049196413..60e0a76af6 100644 --- a/components/grid/export/pdf.md +++ b/components/grid/export/pdf.md @@ -19,11 +19,11 @@ The Grid exports its raw data to PDF and does not export the full HTML. This beh #### In This Article - - [Basics](#basics) - - [Limitations](#limitations) - - [Programmatic Export](#programmatic-export) - - [Customization](#customization) - - [Custom Export](#custom-export) + * [Basics](#basics) + * [Limitations](#limitations) + * [Programmatic Export](#programmatic-export) + * [Customization](#customization) + * [Custom Export](#custom-export) ## Basics diff --git a/components/grid/grouping/overview.md b/components/grid/grouping/overview.md index 77070d4895..6b84e0592b 100644 --- a/components/grid/grouping/overview.md +++ b/components/grid/grouping/overview.md @@ -156,8 +156,8 @@ The following articles and sample projects can be helpful when implementing grou ## See Also - * [Live Demo: Grid Grouping](https://demos.telerik.com/blazor-ui/grid/grouping) - * [Grid Aggregates](slug:grid-aggregates) - * [Blazor Grid](slug:grid-overview) +* [Live Demo: Grid Grouping](https://demos.telerik.com/blazor-ui/grid/grouping) +* [Grid Aggregates](slug:grid-aggregates) +* [Blazor Grid](slug:grid-overview) diff --git a/components/grid/highlighting.md b/components/grid/highlighting.md index 3fad8b1722..b31946e03f 100644 --- a/components/grid/highlighting.md +++ b/components/grid/highlighting.md @@ -26,8 +26,8 @@ To see the Grid highlighting in action, check the below [example](#example). The Grid highlighting feature exposes the following parameters: -- `HighlightedItems`—Highlight entire rows by providing the data items to highlight. The list must contain references to items from the grid's data source, not new instances. -- `HighlightedCells`—Highlight individual cells by specifying both the data item and the column field. Both values must match the Grid data and column definitions. +* `HighlightedItems`—Highlight entire rows by providing the data items to highlight. The list must contain references to items from the grid's data source, not new instances. +* `HighlightedCells`—Highlight individual cells by specifying both the data item and the column field. Both values must match the Grid data and column definitions. See [Grid Highlighting API Reference](slug:telerik.blazor.components.HighlightedCellDescriptor) for details about these parameters and the `GridHighlightedCellDescriptor` type. diff --git a/components/grid/paging.md b/components/grid/paging.md index d7d453781f..7a27ff00f4 100644 --- a/components/grid/paging.md +++ b/components/grid/paging.md @@ -143,5 +143,5 @@ 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) +* [Live Demo: Grid Paging](https://demos.telerik.com/blazor-ui/grid/paging) +* [Blazor Grid](slug:grid-overview) diff --git a/components/grid/refresh-data.md b/components/grid/refresh-data.md index 74ab034e1a..6e78da6bf6 100644 --- a/components/grid/refresh-data.md +++ b/components/grid/refresh-data.md @@ -15,11 +15,11 @@ One of the key features of Telerik UI for Blazor Grid component is its ability t In this article: -- [Rebind Method](#rebind-method) -- [Observable Data](#observable-data) -- [New Collection Reference](#new-collection-reference) -- [Call OnRead](#call-onread) -- [Entity Framework Data](#entity-framework-data) +* [Rebind Method](#rebind-method) +* [Observable Data](#observable-data) +* [New Collection Reference](#new-collection-reference) +* [Call OnRead](#call-onread) +* [Entity Framework Data](#entity-framework-data) ## Rebind Method @@ -375,8 +375,8 @@ This means that you need to ensure that the view-model will be updated as well, ## See Also - * [ObservableCollection](slug:common-features-observable-data) - * [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) +* [ObservableCollection](slug:common-features-observable-data) +* [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) diff --git a/components/grid/sizing.md b/components/grid/sizing.md index 501fcdd530..12475cf2bb 100644 --- a/components/grid/sizing.md +++ b/components/grid/sizing.md @@ -84,6 +84,6 @@ 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) - * [Blazor Grid](slug:grid-overview) \ No newline at end of file +* [Grid Overview](slug:grid-overview) +* [Live Demo: Grid Sizing](https://demos.telerik.com/blazor-ui/grid/sizing) +* [Blazor Grid](slug:grid-overview) \ No newline at end of file diff --git a/components/grid/smart-ai-features/ai-service-setup.md b/components/grid/smart-ai-features/ai-service-setup.md index c6b8938948..9a6700558b 100644 --- a/components/grid/smart-ai-features/ai-service-setup.md +++ b/components/grid/smart-ai-features/ai-service-setup.md @@ -16,10 +16,10 @@ To enable AI-powered interaction in the [Smart Grid AI Assistant tools](slug:gri This article shows you how to build your own .NET backend service. You will learn how to: -- Install the [`Telerik.AI.SmartComponents.Extensions`](https://www.nuget.org/packages/Telerik.AI.SmartComponents.Extensions) package -- Configure your AI provider (Azure OpenAI, OpenAI, or local models) -- Create an API endpoint that uses the library -- Understand the commands the library generates +* Install the [`Telerik.AI.SmartComponents.Extensions`](https://www.nuget.org/packages/Telerik.AI.SmartComponents.Extensions) package +* Configure your AI provider (Azure OpenAI, OpenAI, or local models) +* Create an API endpoint that uses the library +* Understand the commands the library generates ## How It Works @@ -110,8 +110,8 @@ var app = builder.Build(); Create a controller that handles Grid AI requests. The Smart Extensions library provides two key methods: -- `AddGridChatTools()`—Configures the AI model with Grid-specific capabilities. -- `ExtractGridResponse()`—Extracts structured commands and messages from the AI response that the Grid can understand. +* `AddGridChatTools()`—Configures the AI model with Grid-specific capabilities. +* `ExtractGridResponse()`—Extracts structured commands and messages from the AI response that the Grid can understand. ````C#.skip-repl using Microsoft.AspNetCore.Mvc; @@ -463,15 +463,15 @@ The Smart Extensions library interprets natural language prompts and converts th The library supports various filter operators for different data types: -- `equalto`—Exact match -- `contains`—Contains substring (text) -- `startswith`—Starts with text -- `endswith`—Ends with text -- `greaterthan`—Greater than (numeric/date) -- `lessthan`—Less than (numeric/date) -- `greaterthanorequal`—Greater than or equal -- `lessthanorequal`—Less than or equal -- `notequalto`—Not equal to +* `equalto`—Exact match +* `contains`—Contains substring (text) +* `startswith`—Starts with text +* `endswith`—Ends with text +* `greaterthan`—Greater than (numeric/date) +* `lessthan`—Less than (numeric/date) +* `greaterthanorequal`—Greater than or equal +* `lessthanorequal`—Less than or equal +* `notequalto`—Not equal to ## Best Practices @@ -544,28 +544,28 @@ if (request.Contents == null || !request.Contents.Any()) ### Connection Errors -- Verify your AI service endpoint URL is correct in `appsettings.json` -- Check that your API key is valid and not expired -- Ensure your application can reach the Azure OpenAI service (firewall/network settings) +* Verify your AI service endpoint URL is correct in `appsettings.json` +* Check that your API key is valid and not expired +* Ensure your application can reach the Azure OpenAI service (firewall/network settings) ### Model Not Found -- Confirm the model ID (e.g., "gpt-4") is deployed in your Azure OpenAI resource -- Check that the model name in `appsettings.json` matches exactly -- Verify the deployment name matches the model configuration +* Confirm the model ID (e.g., "gpt-4") is deployed in your Azure OpenAI resource +* Check that the model name in `appsettings.json` matches exactly +* Verify the deployment name matches the model configuration ### Token Limit Exceeded -- Reduce the number of columns sent in requests -- Limit the size of the `Values` arrays for columns -- Consider using a model with higher token limits (e.g., gpt-4-32k) -- Break complex requests into smaller, more focused prompts +* Reduce the number of columns sent in requests +* Limit the size of the `Values` arrays for columns +* Consider using a model with higher token limits (e.g., gpt-4-32k) +* Break complex requests into smaller, more focused prompts ### Invalid Responses -- Ensure the `Contents` property contains valid text prompts -- Verify column definitions include correct field names -- Check that column `Values` arrays contain representative data samples +* Ensure the `Contents` property contains valid text prompts +* Verify column definitions include correct field names +* Check that column `Values` arrays contain representative data samples ## See Also diff --git a/components/grid/templates/column-chooser.md b/components/grid/templates/column-chooser.md index 707b30c29f..66ee54eba6 100644 --- a/components/grid/templates/column-chooser.md +++ b/components/grid/templates/column-chooser.md @@ -86,8 +86,8 @@ When the Template is setup the list of columns, rendered by default, would not b ## See Also - * [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) +* [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) diff --git a/components/grid/templates/column-footer.md b/components/grid/templates/column-footer.md index 1ec123fd27..34451dc35c 100644 --- a/components/grid/templates/column-footer.md +++ b/components/grid/templates/column-footer.md @@ -98,6 +98,6 @@ 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) +* [Live Demo: Grid Footer Template](https://demos.telerik.com/blazor-ui/grid/footer-template) +* [Blazor Grid](slug:grid-overview) diff --git a/components/grid/templates/column-group-footer.md b/components/grid/templates/column-group-footer.md index bfb698f5d8..2547581b01 100644 --- a/components/grid/templates/column-group-footer.md +++ b/components/grid/templates/column-group-footer.md @@ -86,7 +86,7 @@ When the grid is grouped, the columns can display a footer with information abou ## See Also - * [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) +* [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) diff --git a/components/grid/templates/column-header.md b/components/grid/templates/column-header.md index c73d196263..f4784e7aba 100644 --- a/components/grid/templates/column-header.md +++ b/components/grid/templates/column-header.md @@ -91,6 +91,6 @@ Bound columns render the name of the field or their `Title` in their header. Thr ## See Also - * [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) +* [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) diff --git a/components/grid/templates/group-header.md b/components/grid/templates/group-header.md index c60ae4ba8f..66fca08115 100644 --- a/components/grid/templates/group-header.md +++ b/components/grid/templates/group-header.md @@ -85,7 +85,7 @@ When the grid is grouped, the top row above the group provides information about ## See Also - * [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) +* [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) diff --git a/components/grid/templates/overview.md b/components/grid/templates/overview.md index cbb54635f4..f1286afdbd 100644 --- a/components/grid/templates/overview.md +++ b/components/grid/templates/overview.md @@ -43,7 +43,7 @@ You must make sure to provide valid HTML in the templates. ## See Also - * [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) +* [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) diff --git a/components/grid/templates/pager.md b/components/grid/templates/pager.md index 6fcaee9efc..b0f3a3e0f5 100644 --- a/components/grid/templates/pager.md +++ b/components/grid/templates/pager.md @@ -110,5 +110,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) - * [Get Current Page of Grid Items and Total Count](slug:grid-kb-get-filtered-data) +* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates) +* [Get Current Page of Grid Items and Total Count](slug:grid-kb-get-filtered-data) diff --git a/components/grid/templates/popup-buttons-template.md b/components/grid/templates/popup-buttons-template.md index b56c607f68..9d76400c33 100644 --- a/components/grid/templates/popup-buttons-template.md +++ b/components/grid/templates/popup-buttons-template.md @@ -156,6 +156,6 @@ With the `ButtonsTemplate`, you can personalize the appearance and behavior of t ## See Also - * [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) +* [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) diff --git a/components/grid/templates/popup-form-template.md b/components/grid/templates/popup-form-template.md index 6c906305d3..8deb25efc6 100644 --- a/components/grid/templates/popup-form-template.md +++ b/components/grid/templates/popup-form-template.md @@ -288,7 +288,7 @@ Using a `FormTemplate` to modify the Edit/Create Popup window. ## See Also - * [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) +* [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) diff --git a/components/grid/templates/row.md b/components/grid/templates/row.md index fab557a970..99ce5a1568 100644 --- a/components/grid/templates/row.md +++ b/components/grid/templates/row.md @@ -65,7 +65,7 @@ Render the entire row with your own code and logic ## See Also - * [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) +* [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) diff --git a/components/gridlayout/items.md b/components/gridlayout/items.md index 894333954f..f875761a44 100644 --- a/components/gridlayout/items.md +++ b/components/gridlayout/items.md @@ -390,4 +390,4 @@ You can use the exposed parameters of the GridLayout items to create more comple ## See Also - * [Overview](slug:gridlayout-overview) +* [Overview](slug:gridlayout-overview) diff --git a/components/gridlayout/overview.md b/components/gridlayout/overview.md index cb5db77de0..992bf9ad1b 100644 --- a/components/gridlayout/overview.md +++ b/components/gridlayout/overview.md @@ -95,5 +95,5 @@ The GridLayout Item defines the content of the TelerikGridLayout. [See the Items ## See Also - * [Live Demo: GridLayout](https://demos.telerik.com/blazor-ui/gridlayout/overview) - * [GridLayout API Reference](slug:Telerik.Blazor.Components.TelerikGridLayout) +* [Live Demo: GridLayout](https://demos.telerik.com/blazor-ui/gridlayout/overview) +* [GridLayout API Reference](slug:Telerik.Blazor.Components.TelerikGridLayout) diff --git a/components/listview/editing.md b/components/listview/editing.md index cfa1d357cd..ccd84886a2 100644 --- a/components/listview/editing.md +++ b/components/listview/editing.md @@ -201,6 +201,6 @@ The CUD operations are implemented through dedicated events that let you alter t ## See Also - * [ListView Overview](slug:listview-overview) +* [ListView Overview](slug:listview-overview) diff --git a/components/listview/manual-operations.md b/components/listview/manual-operations.md index ae8ab10634..ee9427da2d 100644 --- a/components/listview/manual-operations.md +++ b/components/listview/manual-operations.md @@ -159,5 +159,5 @@ The example below shows a relatively simple way to filter and sort over all data ## See Also - * [Live Demo: ListView Filtering](https://demos.telerik.com/blazor-ui/listview/filtering) - * [Live Demo: ListView Sorting](https://demos.telerik.com/blazor-ui/listview/sorting) +* [Live Demo: ListView Filtering](https://demos.telerik.com/blazor-ui/listview/filtering) +* [Live Demo: ListView Sorting](https://demos.telerik.com/blazor-ui/listview/sorting) diff --git a/components/listview/overview.md b/components/listview/overview.md index fcf3dea489..38d23eb669 100644 --- a/components/listview/overview.md +++ b/components/listview/overview.md @@ -76,6 +76,6 @@ The table below lists the ListView parameters. For a full list of the ListView A ## See Also - * [Live ListView Demos](https://demos.telerik.com/blazor-ui/listview/overview) - * [ListView API Reference](slug:Telerik.Blazor.Components.TelerikListView-1) +* [Live ListView Demos](https://demos.telerik.com/blazor-ui/listview/overview) +* [ListView API Reference](slug:Telerik.Blazor.Components.TelerikListView-1) diff --git a/components/listview/refresh-data.md b/components/listview/refresh-data.md index bfd6fcdb29..a3097039db 100644 --- a/components/listview/refresh-data.md +++ b/components/listview/refresh-data.md @@ -15,9 +15,9 @@ components: ["listview"] In this article: -- [Rebind Method](#rebind-method) -- [Observable Data](#observable-data) -- [New Collection Reference](#new-collection-reference) +* [Rebind Method](#rebind-method) +* [Observable Data](#observable-data) +* [New Collection Reference](#new-collection-reference) ## Rebind Method @@ -282,6 +282,6 @@ To refresh the `ListView` data when using [`OnRead`](slug:listview-manual-operat ## See Also - * [ObservableCollection](slug:common-features-observable-data) - * [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) +* [ObservableCollection](slug:common-features-observable-data) +* [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) diff --git a/components/listview/templates.md b/components/listview/templates.md index 4ad29f3f67..5d8f47fa48 100644 --- a/components/listview/templates.md +++ b/components/listview/templates.md @@ -68,6 +68,6 @@ This piece of code renders just below the items, but within the main listview wr ## See Also - * [Live Demo: ListView Templates](https://demos.telerik.com/blazor-ui/listview/templates) +* [Live Demo: ListView Templates](https://demos.telerik.com/blazor-ui/listview/templates) diff --git a/components/loadercontainer/template.md b/components/loadercontainer/template.md index 14a203dead..6e931bf67e 100644 --- a/components/loadercontainer/template.md +++ b/components/loadercontainer/template.md @@ -145,6 +145,6 @@ You can use CSS to target the DOM elements that create the Panel around the temp ## See Also - * [Live Demo: LoaderContainer](https://demos.telerik.com/blazor-ui/loadercontainer/overview) - * [Appearance Settings](slug:loadercontainer-appearance) +* [Live Demo: LoaderContainer](https://demos.telerik.com/blazor-ui/loadercontainer/overview) +* [Appearance Settings](slug:loadercontainer-appearance) diff --git a/components/maskedtextbox/mask-prompt.md b/components/maskedtextbox/mask-prompt.md index 8cd43f20ff..ab27763f57 100644 --- a/components/maskedtextbox/mask-prompt.md +++ b/components/maskedtextbox/mask-prompt.md @@ -39,15 +39,15 @@ The Telerik MaskedTextbox provides a set of built-in rules that it recognizes as >caption List of Rules (special characters) that define a mask behavior -- `0` - Digit (0-9) -- `9` - Digit (0-9) or `space` -- `#` - Digit (0-9), `space`, plus (`+`) and minus (`-`) signs -- `L` - Letter (a-Z) -- `?` - Letter (a-Z) or `space` -- `A` - Alphanumeric (0-9, a-Z) -- `a` - Alphanumeric (0-9, a-Z) or `space` -- `&` - Character (excluding `space`) -- `C` - Character or `space` +* `0` - Digit (0-9) +* `9` - Digit (0-9) or `space` +* `#` - Digit (0-9), `space`, plus (`+`) and minus (`-`) signs +* `L` - Letter (a-Z) +* `?` - Letter (a-Z) or `space` +* `A` - Alphanumeric (0-9, a-Z) +* `a` - Alphanumeric (0-9, a-Z) or `space` +* `&` - Character (excluding `space`) +* `C` - Character or `space` >tip You can find some examples of different masks in the [Masks Live Demo](https://demos.telerik.com/blazor-ui/maskedtextbox/masks) and in the [Some Sample Masks](slug:maskedtextbox-overview#mask-examples) section of the documentation. diff --git a/components/mediaquery/events.md b/components/mediaquery/events.md index 0b52ffbb1f..57fb6442e9 100644 --- a/components/mediaquery/events.md +++ b/components/mediaquery/events.md @@ -45,6 +45,6 @@ The `OnChange` event fires to notify you whether the media query string provided ## See Also - * [Overview](slug:mediaquery-overview) - * [Integration](slug:mediaquery-integration) +* [Overview](slug:mediaquery-overview) +* [Integration](slug:mediaquery-integration) diff --git a/components/menu/data-binding/flat-data.md b/components/menu/data-binding/flat-data.md index 071e279789..5fe4549e3a 100644 --- a/components/menu/data-binding/flat-data.md +++ b/components/menu/data-binding/flat-data.md @@ -103,7 +103,7 @@ Using a self-referencing flat data source for the menu ## See Also - * [Menu Data Binding Basics](slug:components/menu/data-binding/overview) - * [Live Demo: Menu Flat Data](https://demos.telerik.com/blazor-ui/menu/flat-data) - * [Binding to Hierarchical Data](slug:components/menu/data-binding/hierarchical-data) +* [Menu Data Binding Basics](slug:components/menu/data-binding/overview) +* [Live Demo: Menu Flat Data](https://demos.telerik.com/blazor-ui/menu/flat-data) +* [Binding to Hierarchical Data](slug:components/menu/data-binding/hierarchical-data) diff --git a/components/menu/data-binding/hierarchical-data.md b/components/menu/data-binding/hierarchical-data.md index 71f5f89e0a..04f3b69fc9 100644 --- a/components/menu/data-binding/hierarchical-data.md +++ b/components/menu/data-binding/hierarchical-data.md @@ -104,7 +104,7 @@ This approach of providing nodes lets you gather separate collections of data fo ## See Also - * [Menu Data Binding Basics](slug:components/menu/data-binding/overview) - * [Live Demo: Menu Hierarchical Data](https://demos.telerik.com/blazor-ui/menu/hierarchical-data) - * [Binding to Flat Data](slug:components/menu/data-binding/flat-data) +* [Menu Data Binding Basics](slug:components/menu/data-binding/overview) +* [Live Demo: Menu Hierarchical Data](https://demos.telerik.com/blazor-ui/menu/hierarchical-data) +* [Binding to Flat Data](slug:components/menu/data-binding/flat-data) diff --git a/components/menu/data-binding/overview.md b/components/menu/data-binding/overview.md index c6a6441706..0b0d0ca94b 100644 --- a/components/menu/data-binding/overview.md +++ b/components/menu/data-binding/overview.md @@ -190,7 +190,7 @@ public class MenuItem ## See Also - * [Binding to Flat Data](slug:components/menu/data-binding/flat-data) - * [Binding to Hierarchical Data](slug:components/menu/data-binding/hierarchical-data) - * [Live Demo: Menu Flat Data](https://demos.telerik.com/blazor-ui/menu/flat-data) - * [Live Demo: Menu Hierarchical Data](https://demos.telerik.com/blazor-ui/menu/hierarchical-data) +* [Binding to Flat Data](slug:components/menu/data-binding/flat-data) +* [Binding to Hierarchical Data](slug:components/menu/data-binding/hierarchical-data) +* [Live Demo: Menu Flat Data](https://demos.telerik.com/blazor-ui/menu/flat-data) +* [Live Demo: Menu Hierarchical Data](https://demos.telerik.com/blazor-ui/menu/hierarchical-data) diff --git a/components/menu/refresh-data.md b/components/menu/refresh-data.md index 1c862e4e31..bc5c766f0d 100644 --- a/components/menu/refresh-data.md +++ b/components/menu/refresh-data.md @@ -14,8 +14,8 @@ components: ["menu"] @[template](/_contentTemplates/common/observable-data.md#intro) In this article: -- [Observable Data](#observable-data) -- [New Collection Reference](#new-collection-reference) +* [Observable Data](#observable-data) +* [New Collection Reference](#new-collection-reference) ## Observable Data @@ -153,6 +153,6 @@ In this article: ## See Also - * [ObservableCollection](slug:common-features-observable-data) - * [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) \ No newline at end of file +* [ObservableCollection](slug:common-features-observable-data) +* [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) \ No newline at end of file diff --git a/components/multicolumncombobox/virtualization.md b/components/multicolumncombobox/virtualization.md index 101644f88d..25185d9f7c 100644 --- a/components/multicolumncombobox/virtualization.md +++ b/components/multicolumncombobox/virtualization.md @@ -167,6 +167,6 @@ Run this and see how you can display, scroll and filter over 10k records in the ## See Also - * [Live Demo: MultiColumnComboBox Virtualization](https://demos.telerik.com/blazor-ui/multicolumncombobox/virtualization) +* [Live Demo: MultiColumnComboBox Virtualization](https://demos.telerik.com/blazor-ui/multicolumncombobox/virtualization) diff --git a/components/multiselect/grouping.md b/components/multiselect/grouping.md index 9ce5a94f50..f945b58aae 100644 --- a/components/multiselect/grouping.md +++ b/components/multiselect/grouping.md @@ -72,4 +72,4 @@ The group headers can stick to the top of the dropdown during scrolling. In othe ## See Also - * [Live Demo: MultiSelect Grouping](https://demos.telerik.com/blazor-ui/multiselect/grouping) +* [Live Demo: MultiSelect Grouping](https://demos.telerik.com/blazor-ui/multiselect/grouping) diff --git a/components/multiselect/refresh-data.md b/components/multiselect/refresh-data.md index d96c5f24c3..34db17775b 100644 --- a/components/multiselect/refresh-data.md +++ b/components/multiselect/refresh-data.md @@ -15,10 +15,10 @@ components: ["multiselect"] Sections in this article: -- [Rebind Method](#rebind-method) -- [Observable Data](#observable-data) -- [New Collection Reference](#new-collection-reference) -- [Update Value](#update-value) +* [Rebind Method](#rebind-method) +* [Observable Data](#observable-data) +* [New Collection Reference](#new-collection-reference) +* [Update Value](#update-value) ## Rebind Method @@ -277,6 +277,6 @@ The `Value` parameter also accepts a collection but it does not support observab ## See Also - * [ObservableCollection](slug:common-features-observable-data) - * [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) +* [ObservableCollection](slug:common-features-observable-data) +* [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) diff --git a/components/multiselect/tag-mode.md b/components/multiselect/tag-mode.md index 8820cbb3b9..c3b3e326f8 100644 --- a/components/multiselect/tag-mode.md +++ b/components/multiselect/tag-mode.md @@ -141,5 +141,5 @@ To restrict the allowed number of individual tags, use the `MaxAllowedTags` para ## See Also - * [Live Demo: MultiSelect Tag Mode](https://demos.telerik.com/blazor-ui/multiselect/tag-mode) +* [Live Demo: MultiSelect Tag Mode](https://demos.telerik.com/blazor-ui/multiselect/tag-mode) \ No newline at end of file diff --git a/components/multiselect/templates.md b/components/multiselect/templates.md index fbbd4837a2..6d369bd819 100644 --- a/components/multiselect/templates.md +++ b/components/multiselect/templates.md @@ -142,6 +142,6 @@ The context of the `SummaryTagTemplate` is of type `MultiSelectSummaryTagTemplat ## See Also - * [Live Demo: MultiSelect Templates](https://demos.telerik.com/blazor-ui/multiselect/templates) +* [Live Demo: MultiSelect Templates](https://demos.telerik.com/blazor-ui/multiselect/templates) diff --git a/components/multiselect/virtualization.md b/components/multiselect/virtualization.md index 0631d51521..561384910c 100644 --- a/components/multiselect/virtualization.md +++ b/components/multiselect/virtualization.md @@ -178,5 +178,5 @@ Number of selected items: @SelectedValues?.Count ## See Also - * [Live Demo: MultiSelect Virtualization](https://demos.telerik.com/blazor-ui/multiselect/virtualization) +* [Live Demo: MultiSelect Virtualization](https://demos.telerik.com/blazor-ui/multiselect/virtualization) diff --git a/components/notification/appearance.md b/components/notification/appearance.md index b144d75abb..43a209b7a8 100644 --- a/components/notification/appearance.md +++ b/components/notification/appearance.md @@ -269,6 +269,6 @@ You can use the `Class` of the notification to set a higher z-index for the noti ## See Also - * [Live Demo: Notification Overview](https://demos.telerik.com/blazor-ui/notification/overview) - * [Live Demo: Notification Appearance](https://demos.telerik.com/blazor-ui/notification/appearance) - * [Live Demo: Notification Animation](https://demos.telerik.com/blazor-ui/notification/animation) +* [Live Demo: Notification Overview](https://demos.telerik.com/blazor-ui/notification/overview) +* [Live Demo: Notification Appearance](https://demos.telerik.com/blazor-ui/notification/appearance) +* [Live Demo: Notification Animation](https://demos.telerik.com/blazor-ui/notification/animation) diff --git a/components/notification/stacked-notifications.md b/components/notification/stacked-notifications.md index 006ecd5510..20f03f53d3 100644 --- a/components/notification/stacked-notifications.md +++ b/components/notification/stacked-notifications.md @@ -46,6 +46,6 @@ When you invoke multiple notifications from the same component reference they wi ## See Also - * [Live Demo: Notification Overview](https://demos.telerik.com/blazor-ui/notification/overview) - * [Notification Overview](slug:notification-overview) - * [One Notification Instance for All Components Sample Project](https://github.com/telerik/blazor-ui/tree/master/notification/single-instance-per-app) +* [Live Demo: Notification Overview](https://demos.telerik.com/blazor-ui/notification/overview) +* [Notification Overview](slug:notification-overview) +* [One Notification Instance for All Components Sample Project](https://github.com/telerik/blazor-ui/tree/master/notification/single-instance-per-app) diff --git a/components/notification/templates.md b/components/notification/templates.md index ed25de98c5..7fb212d435 100644 --- a/components/notification/templates.md +++ b/components/notification/templates.md @@ -159,5 +159,5 @@ You can handle events in the template of the notification like with any other Bl ## See Also - * [Live Demo: Notification Overview](https://demos.telerik.com/blazor-ui/notification/overview) - * [Live Demo: Notification Template](https://demos.telerik.com/blazor-ui/notification/template) +* [Live Demo: Notification Overview](https://demos.telerik.com/blazor-ui/notification/overview) +* [Live Demo: Notification Template](https://demos.telerik.com/blazor-ui/notification/template) diff --git a/components/pager/appearance.md b/components/pager/appearance.md index e81021bd37..47f4260f4d 100644 --- a/components/pager/appearance.md +++ b/components/pager/appearance.md @@ -49,4 +49,4 @@ You can increase or decrease the size of the Pager by setting the `Size` paramet ## See Also - * [Live Demo: Pager Appearance](https://demos.telerik.com/blazor-ui/pager/appearance) \ No newline at end of file +* [Live Demo: Pager Appearance](https://demos.telerik.com/blazor-ui/pager/appearance) \ No newline at end of file diff --git a/components/panelbar/data-binding/flat-data.md b/components/panelbar/data-binding/flat-data.md index a041dd94fc..4c813e9f8c 100644 --- a/components/panelbar/data-binding/flat-data.md +++ b/components/panelbar/data-binding/flat-data.md @@ -103,7 +103,7 @@ You must also provide the correct value for the `HasChildren` field - for items ## See Also - * [PanelBar Data Binding Overview](slug:panelbar-data-binding-overview) - * [Binding to Hierarchical Data](slug:panelbar-data-binding-hierarchical) - * [Live Demo: PanelBar Flat Data](https://demos.telerik.com/blazor-ui/panelbar/flat-data) +* [PanelBar Data Binding Overview](slug:panelbar-data-binding-overview) +* [Binding to Hierarchical Data](slug:panelbar-data-binding-hierarchical) +* [Live Demo: PanelBar Flat Data](https://demos.telerik.com/blazor-ui/panelbar/flat-data) diff --git a/components/panelbar/data-binding/hierarchical-data.md b/components/panelbar/data-binding/hierarchical-data.md index 87783f220e..2a100b837a 100644 --- a/components/panelbar/data-binding/hierarchical-data.md +++ b/components/panelbar/data-binding/hierarchical-data.md @@ -105,7 +105,7 @@ This approach of providing nodes lets you gather separate collections of data an ## See Also - * [PanelBar Data Binding Basics](slug:panelbar-data-binding-overview) - * [Live Demo: PanelBar Hierarchical Data](https://demos.telerik.com/blazor-ui/panelbar/hierarchical-data) - * [Binding to Flat Data](slug:panelbar-data-binding-flat) +* [PanelBar Data Binding Basics](slug:panelbar-data-binding-overview) +* [Live Demo: PanelBar Hierarchical Data](https://demos.telerik.com/blazor-ui/panelbar/hierarchical-data) +* [Binding to Flat Data](slug:panelbar-data-binding-flat) diff --git a/components/panelbar/data-binding/overview.md b/components/panelbar/data-binding/overview.md index ac2040775c..91a2bc7c20 100644 --- a/components/panelbar/data-binding/overview.md +++ b/components/panelbar/data-binding/overview.md @@ -311,7 +311,7 @@ If a certain level does not have an explicit data binding tag, it will use the d ## See Also - * [Binding to Flat Data](slug:panelbar-data-binding-flat) - * [Binding to Hierarchical Data](slug:panelbar-data-binding-hierarchical) - * [Live Demo: PanelBar Flat Data](https://demos.telerik.com/blazor-ui/panelbar/flat-data) - * [Live Demo: PanelBar Hierarchical Data](https://demos.telerik.com/blazor-ui/panelbar/hierarchical-data) +* [Binding to Flat Data](slug:panelbar-data-binding-flat) +* [Binding to Hierarchical Data](slug:panelbar-data-binding-hierarchical) +* [Live Demo: PanelBar Flat Data](https://demos.telerik.com/blazor-ui/panelbar/flat-data) +* [Live Demo: PanelBar Hierarchical Data](https://demos.telerik.com/blazor-ui/panelbar/hierarchical-data) diff --git a/components/panelbar/events.md b/components/panelbar/events.md index dd9daec651..86b9d6e1fa 100644 --- a/components/panelbar/events.md +++ b/components/panelbar/events.md @@ -406,4 +406,4 @@ Both event arguments expose an `Item` and `IsCancelled` properties. To cancel ea ## See Also - * [PanelBar Overview](slug:panelbar-overview) +* [PanelBar Overview](slug:panelbar-overview) diff --git a/components/panelbar/refresh-data.md b/components/panelbar/refresh-data.md index 531feab9a8..2a7755e647 100644 --- a/components/panelbar/refresh-data.md +++ b/components/panelbar/refresh-data.md @@ -14,9 +14,9 @@ components: ["panelbar"] @[template](/_contentTemplates/common/observable-data.md#intro) In this article: -- [Rebind Method](#rebind-method) -- [Observable Data](#observable-data) -- [New Collection Reference](#new-collection-reference) +* [Rebind Method](#rebind-method) +* [Observable Data](#observable-data) +* [New Collection Reference](#new-collection-reference) ## Rebind Method @@ -368,6 +368,6 @@ In this article: ## See Also - * [ObservableCollection](slug:common-features-observable-data) - * [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) \ No newline at end of file +* [ObservableCollection](slug:common-features-observable-data) +* [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) \ No newline at end of file diff --git a/components/panelbar/templates/content.md b/components/panelbar/templates/content.md index 0e738021d1..8fb3717370 100644 --- a/components/panelbar/templates/content.md +++ b/components/panelbar/templates/content.md @@ -111,5 +111,5 @@ Without a Level, the ContentTemplate will be applied to all items that have no c ## See Also - * [Data Binding a PanelBar](slug:panelbar-data-binding-overview) - * [Live Demo: PanelBar](https://demos.telerik.com/blazor-ui/panelbar/overview) +* [Data Binding a PanelBar](slug:panelbar-data-binding-overview) +* [Live Demo: PanelBar](https://demos.telerik.com/blazor-ui/panelbar/overview) diff --git a/components/panelbar/templates/header.md b/components/panelbar/templates/header.md index 7e75ee4ff4..a120e671da 100644 --- a/components/panelbar/templates/header.md +++ b/components/panelbar/templates/header.md @@ -127,5 +127,5 @@ If the `Level` parameter of the `PanelBarBinding` is not set, the `HeaderTemplat ## See Also - * [Data Binding a PanelBar](slug:panelbar-data-binding-overview) - * [Live Demo: PanelBar](https://demos.telerik.com/blazor-ui/panelbar/overview) +* [Data Binding a PanelBar](slug:panelbar-data-binding-overview) +* [Live Demo: PanelBar](https://demos.telerik.com/blazor-ui/panelbar/overview) diff --git a/components/panelbar/templates/overview.md b/components/panelbar/templates/overview.md index 7d5f97e69a..8ea080fe4f 100644 --- a/components/panelbar/templates/overview.md +++ b/components/panelbar/templates/overview.md @@ -22,5 +22,5 @@ The PanelBar can use templates for: ## See Also - * [Data Binding a PanelBar](slug:panelbar-data-binding-overview) - * [Live Demo: PanelBar](https://demos.telerik.com/blazor-ui/panelbar/overview) +* [Data Binding a PanelBar](slug:panelbar-data-binding-overview) +* [Live Demo: PanelBar](https://demos.telerik.com/blazor-ui/panelbar/overview) diff --git a/components/progressbar/indeterminate.md b/components/progressbar/indeterminate.md index 8dd22e4caa..30f2e43a58 100644 --- a/components/progressbar/indeterminate.md +++ b/components/progressbar/indeterminate.md @@ -41,7 +41,7 @@ To put the ProgressBar in Indeterminate state set the `Indeterminate`, `boolean` ## See Also - * [Live Demo: ProgressBar Overview](https://demos.telerik.com/blazor-ui/loader/overview) - * [Overview](slug:progressbar-overview) - * [Labels](slug:progressbar-label) +* [Live Demo: ProgressBar Overview](https://demos.telerik.com/blazor-ui/loader/overview) +* [Overview](slug:progressbar-overview) +* [Labels](slug:progressbar-label) diff --git a/components/progressbar/label.md b/components/progressbar/label.md index 79aa13de41..96adf6db7f 100644 --- a/components/progressbar/label.md +++ b/components/progressbar/label.md @@ -63,6 +63,6 @@ The `Template` allows you to control the entire rendering of the label for the P ## See Also - * [Live Demo: ProgressBar Label](https://demos.telerik.com/blazor-ui/progressbar/label) - * [Overview](slug:progressbar-overview) - * [Indeterminate state](slug:progressbar-indeterminate-state) +* [Live Demo: ProgressBar Label](https://demos.telerik.com/blazor-ui/progressbar/label) +* [Overview](slug:progressbar-overview) +* [Indeterminate state](slug:progressbar-indeterminate-state) diff --git a/components/scheduler/editing/delete-confirmation-dialog.md b/components/scheduler/editing/delete-confirmation-dialog.md index 6c1718f9af..51099a009c 100644 --- a/components/scheduler/editing/delete-confirmation-dialog.md +++ b/components/scheduler/editing/delete-confirmation-dialog.md @@ -161,8 +161,8 @@ The built-in delete confirmation dialog triggers before event deletion. You can ## See Also - * [Data Binding](slug:scheduler-appointments-databinding) - * [Live Demo: Appointment Editing](https://demos.telerik.com/blazor-ui/scheduler/appointment-editing) - * [Custom Edit Form](https://github.com/telerik/blazor-ui/tree/master/scheduler/custom-edit-form) - * [Customize the Delete Confirmation Dialog](slug:grid-kb-customize-delete-confirmation-dialog) +* [Data Binding](slug:scheduler-appointments-databinding) +* [Live Demo: Appointment Editing](https://demos.telerik.com/blazor-ui/scheduler/appointment-editing) +* [Custom Edit Form](https://github.com/telerik/blazor-ui/tree/master/scheduler/custom-edit-form) +* [Customize the Delete Confirmation Dialog](slug:grid-kb-customize-delete-confirmation-dialog) diff --git a/components/scheduler/editing/edit-appointments.md b/components/scheduler/editing/edit-appointments.md index 577c16818a..c476809575 100644 --- a/components/scheduler/editing/edit-appointments.md +++ b/components/scheduler/editing/edit-appointments.md @@ -319,6 +319,6 @@ The example below shows the signature of the event handlers so you can copy the ## See Also - * [Data Binding](slug:scheduler-appointments-databinding) - * [Live Demo: Appointment Editing](https://demos.telerik.com/blazor-ui/scheduler/appointment-editing) - * [Custom Edit Form](https://github.com/telerik/blazor-ui/tree/master/scheduler/custom-edit-form) +* [Data Binding](slug:scheduler-appointments-databinding) +* [Live Demo: Appointment Editing](https://demos.telerik.com/blazor-ui/scheduler/appointment-editing) +* [Custom Edit Form](https://github.com/telerik/blazor-ui/tree/master/scheduler/custom-edit-form) diff --git a/components/scheduler/editing/edit-popup-customization.md b/components/scheduler/editing/edit-popup-customization.md index d6bce856ed..71cf4ba9c9 100644 --- a/components/scheduler/editing/edit-popup-customization.md +++ b/components/scheduler/editing/edit-popup-customization.md @@ -100,6 +100,6 @@ The `SchedulerPopupEditFormSettings` nested tag exposes the following parameters ## See Also - * [Data Binding](slug:scheduler-appointments-databinding) - * [Live Demo: Appointment Editing](https://demos.telerik.com/blazor-ui/scheduler/appointment-editing) - * [Custom Edit Form](https://github.com/telerik/blazor-ui/tree/master/scheduler/custom-edit-form) +* [Data Binding](slug:scheduler-appointments-databinding) +* [Live Demo: Appointment Editing](https://demos.telerik.com/blazor-ui/scheduler/appointment-editing) +* [Custom Edit Form](https://github.com/telerik/blazor-ui/tree/master/scheduler/custom-edit-form) diff --git a/components/scheduler/manual-operations.md b/components/scheduler/manual-operations.md index 966b64d97f..bdd16b6f35 100644 --- a/components/scheduler/manual-operations.md +++ b/components/scheduler/manual-operations.md @@ -197,7 +197,7 @@ Using Telerik DataSource extension methods to manipulate all the data into paged ## See Also - * [CRUD Operations Overview](slug:grid-editing-overview) - * [Live Demo: Manual Data Source Operations](https://demos.telerik.com/blazor-ui/grid/manual-operations) - * [Use OData Service](https://github.com/telerik/blazor-ui/tree/master/grid/odata) +* [CRUD Operations Overview](slug:grid-editing-overview) +* [Live Demo: Manual Data Source Operations](https://demos.telerik.com/blazor-ui/grid/manual-operations) +* [Use OData Service](https://github.com/telerik/blazor-ui/tree/master/grid/odata) diff --git a/components/scheduler/refresh-data.md b/components/scheduler/refresh-data.md index d43e044e6a..97459b6355 100644 --- a/components/scheduler/refresh-data.md +++ b/components/scheduler/refresh-data.md @@ -14,9 +14,9 @@ components: ["scheduler"] @[template](/_contentTemplates/common/observable-data.md#intro) In this article: -- [Rebind Method](#rebind-method) -- [Observable Data](#observable-data) -- [New Collection Reference](#new-collection-reference) +* [Rebind Method](#rebind-method) +* [Observable Data](#observable-data) +* [New Collection Reference](#new-collection-reference) ## Rebind Method @@ -256,6 +256,6 @@ You can refresh the Scheduler data by using the Rebind method exposed to the ref ## See Also - * [ObservableCollection](slug:common-features-observable-data) - * [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) +* [ObservableCollection](slug:common-features-observable-data) +* [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) diff --git a/components/scheduler/resource-grouping.md b/components/scheduler/resource-grouping.md index fb31829994..9f746c4788 100644 --- a/components/scheduler/resource-grouping.md +++ b/components/scheduler/resource-grouping.md @@ -37,6 +37,7 @@ The settings tag will have the following Parameters: * `Orientation(SchedulerGroupOrientation)` - has two values: `Horizontal` (default) and `Vertical`. Determines the direction in which the resource tables are rendered. ## Examples + The examples below showcase [resource grouping by one resource](#resource-grouping-by-one-resource) and [resource grouping by multiple resources](#resource-grouping-by-multiple-resources) respectively. ### Resource Grouping by one resource diff --git a/components/scheduler/templates/appointment.md b/components/scheduler/templates/appointment.md index 0e4f0738a0..6ff88afefe 100644 --- a/components/scheduler/templates/appointment.md +++ b/components/scheduler/templates/appointment.md @@ -138,5 +138,5 @@ You can also style the entire appointments by adding a class to their wrapping e ## See Also - * [Live Demo: Scheduler Templates](https://demos.telerik.com/blazor-ui/scheduler/templates) +* [Live Demo: Scheduler Templates](https://demos.telerik.com/blazor-ui/scheduler/templates) diff --git a/components/scheduler/templates/dateheader.md b/components/scheduler/templates/dateheader.md index d932f0e506..ebed845587 100644 --- a/components/scheduler/templates/dateheader.md +++ b/components/scheduler/templates/dateheader.md @@ -101,5 +101,5 @@ The `DateHeaderTemplate` can be defined for the [day and week Scheduler views](s ## See Also - * [Live Demo: Scheduler Templates](https://demos.telerik.com/blazor-ui/scheduler/templates) +* [Live Demo: Scheduler Templates](https://demos.telerik.com/blazor-ui/scheduler/templates) diff --git a/components/scheduler/templates/resource-grouping-header.md b/components/scheduler/templates/resource-grouping-header.md index 5ede9e5ac8..95d889c094 100644 --- a/components/scheduler/templates/resource-grouping-header.md +++ b/components/scheduler/templates/resource-grouping-header.md @@ -187,5 +187,5 @@ The `context` of the template is a `SchedulerResourceGroupHeaderTemplateContext` ## See Also - * [Live Demo: Scheduler Templates](https://demos.telerik.com/blazor-ui/scheduler/templates) +* [Live Demo: Scheduler Templates](https://demos.telerik.com/blazor-ui/scheduler/templates) diff --git a/components/scheduler/templates/slot.md b/components/scheduler/templates/slot.md index f332ad1c2f..6e3f9958e2 100644 --- a/components/scheduler/templates/slot.md +++ b/components/scheduler/templates/slot.md @@ -311,5 +311,5 @@ The `context` of the template is a `SchedulerSlotTemplateContext` object that co ## See Also - * [Live Demo: Scheduler Templates](https://demos.telerik.com/blazor-ui/scheduler/templates) +* [Live Demo: Scheduler Templates](https://demos.telerik.com/blazor-ui/scheduler/templates) diff --git a/components/scheduler/views/overview.md b/components/scheduler/views/overview.md index 680157b276..22fdff18ac 100644 --- a/components/scheduler/views/overview.md +++ b/components/scheduler/views/overview.md @@ -99,6 +99,6 @@ The available views are: ## See Also - * [Live Demo: Scheduler](https://demos.telerik.com/blazor-ui/scheduler/overview) - * [Day View](slug:scheduler-views-day) +* [Live Demo: Scheduler](https://demos.telerik.com/blazor-ui/scheduler/overview) +* [Day View](slug:scheduler-views-day) diff --git a/components/speechtotextbutton/appearance.md b/components/speechtotextbutton/appearance.md index aa008e7679..78eea8878e 100644 --- a/components/speechtotextbutton/appearance.md +++ b/components/speechtotextbutton/appearance.md @@ -71,6 +71,6 @@ Use the `Class` parameter to apply custom CSS classes. You can further style the ## See Also -- [SpeechToTextButton Overview](slug:speechtotextbutton-overview) -- [SpeechToTextButton Events](slug:speechtotextbutton-events) -- [SpeechToTextButton Integration](slug:speechtotextbutton-integration) \ No newline at end of file +* [SpeechToTextButton Overview](slug:speechtotextbutton-overview) +* [SpeechToTextButton Events](slug:speechtotextbutton-events) +* [SpeechToTextButton Integration](slug:speechtotextbutton-integration) \ No newline at end of file diff --git a/components/speechtotextbutton/events.md b/components/speechtotextbutton/events.md index 580e9416bb..3b202d7291 100644 --- a/components/speechtotextbutton/events.md +++ b/components/speechtotextbutton/events.md @@ -41,6 +41,6 @@ The `OnClick` event fires when the user clicks or taps the button. It receives a ## See Also -- [SpeechToTextButton Overview](slug:speechtotextbutton-overview) -- [SpeechToTextButton Appearance](slug:speechtotextbutton-appearance) -- [SpeechToTextButton Integration](slug:speechtotextbutton-integration) \ No newline at end of file +* [SpeechToTextButton Overview](slug:speechtotextbutton-overview) +* [SpeechToTextButton Appearance](slug:speechtotextbutton-appearance) +* [SpeechToTextButton Integration](slug:speechtotextbutton-integration) \ No newline at end of file diff --git a/components/speechtotextbutton/integration.md b/components/speechtotextbutton/integration.md index e1d05d2671..7bea1ae6e1 100644 --- a/components/speechtotextbutton/integration.md +++ b/components/speechtotextbutton/integration.md @@ -23,7 +23,7 @@ Use the `OnResult` event to update an input field with the recognized text. For ## See Also -- [AI Model Voice Transcription Intergration](https://github.com/telerik/blazor-ui/tree/master/common/microsoft-extensions-ai-integration/SpeechToTextIntegration) -- [SpeechToTextButton Overview](slug:speechtotextbutton-overview) -- [SpeechToTextButton Events](slug:speechtotextbutton-events) -- [SpeechToTextButton Appearance](slug:speechtotextbutton-appearance) \ No newline at end of file +* [AI Model Voice Transcription Intergration](https://github.com/telerik/blazor-ui/tree/master/common/microsoft-extensions-ai-integration/SpeechToTextIntegration) +* [SpeechToTextButton Overview](slug:speechtotextbutton-overview) +* [SpeechToTextButton Events](slug:speechtotextbutton-events) +* [SpeechToTextButton Appearance](slug:speechtotextbutton-appearance) \ No newline at end of file diff --git a/components/splitter/accessibility/overview.md b/components/splitter/accessibility/overview.md index cd91350c21..42398f4151 100644 --- a/components/splitter/accessibility/overview.md +++ b/components/splitter/accessibility/overview.md @@ -186,4 +186,5 @@ The following example demonstrates the [accessibility compliance of the Splitter ```` ## See also + * [Live demo: Splitter Accessibility](https://demos.telerik.com/blazor-ui/splitter/keyboard-navigation) \ No newline at end of file diff --git a/components/stacklayout/layout.md b/components/stacklayout/layout.md index 17c3adf0f0..881ee4e7c0 100644 --- a/components/stacklayout/layout.md +++ b/components/stacklayout/layout.md @@ -256,4 +256,4 @@ The `VerticalAlign` parameter controls the alignment of the items in the `Teleri ## See Also - * [Overview](slug:stacklayout-overview) \ No newline at end of file +* [Overview](slug:stacklayout-overview) \ No newline at end of file diff --git a/components/stacklayout/overview.md b/components/stacklayout/overview.md index 8b57ca2559..9b4fdac434 100644 --- a/components/stacklayout/overview.md +++ b/components/stacklayout/overview.md @@ -137,5 +137,5 @@ Sometimes you may need to create a more complex layout that includes both horizo ## See Also - * [Live StackLayout Demos](https://demos.telerik.com/blazor-ui/stacklayout/overview) - * [StackLayout API Reference](slug:Telerik.Blazor.Components.TelerikStackLayout) \ No newline at end of file +* [Live StackLayout Demos](https://demos.telerik.com/blazor-ui/stacklayout/overview) +* [StackLayout API Reference](slug:Telerik.Blazor.Components.TelerikStackLayout) \ No newline at end of file diff --git a/components/stepper/display-modes.md b/components/stepper/display-modes.md index f0259e17f2..46d802041d 100644 --- a/components/stepper/display-modes.md +++ b/components/stepper/display-modes.md @@ -67,4 +67,4 @@ If you want to display only labels for the steps, set the `StepType` parameter o ## See Also - * [Live Demo: Stepper Configuration](https://demos.telerik.com/blazor-ui/stepper/configuration) \ No newline at end of file +* [Live Demo: Stepper Configuration](https://demos.telerik.com/blazor-ui/stepper/configuration) \ No newline at end of file diff --git a/components/stepper/events.md b/components/stepper/events.md index 4fc51402fa..3ab24de0ba 100644 --- a/components/stepper/events.md +++ b/components/stepper/events.md @@ -100,4 +100,4 @@ The Telerik Stepper for Blazor supports ValueChanged event. It fires upon every ## See Also - * [Live Demo: Stepper Events](https://demos.telerik.com/blazor-ui/stepper/events) +* [Live Demo: Stepper Events](https://demos.telerik.com/blazor-ui/stepper/events) diff --git a/components/stepper/linear-flow.md b/components/stepper/linear-flow.md index db0cf78201..e324e98508 100644 --- a/components/stepper/linear-flow.md +++ b/components/stepper/linear-flow.md @@ -38,4 +38,4 @@ To enable Linear flow of the Stepper, set its `Linear` parameter to `true`. By d ## See Also - * [Live Demo: Stepper Configuration](https://demos.telerik.com/blazor-ui/stepper/configuration) \ No newline at end of file +* [Live Demo: Stepper Configuration](https://demos.telerik.com/blazor-ui/stepper/configuration) \ No newline at end of file diff --git a/components/stepper/orientation.md b/components/stepper/orientation.md index 152e0f23da..059c61c371 100644 --- a/components/stepper/orientation.md +++ b/components/stepper/orientation.md @@ -60,5 +60,5 @@ Set the `Orientation` parameter of the Stepper to `vertical` to change its defau ## See Also - * [Live Demo: Stepper Overview](https://demos.telerik.com/blazor-ui/stepper/overview) - * [Live Demo: Stepper Configuration](https://demos.telerik.com/blazor-ui/stepper/configuration) \ No newline at end of file +* [Live Demo: Stepper Overview](https://demos.telerik.com/blazor-ui/stepper/overview) +* [Live Demo: Stepper Configuration](https://demos.telerik.com/blazor-ui/stepper/configuration) \ No newline at end of file diff --git a/components/stepper/overview.md b/components/stepper/overview.md index 9b803ea71a..c751ee0ae6 100644 --- a/components/stepper/overview.md +++ b/components/stepper/overview.md @@ -53,6 +53,7 @@ The Stepper provides several features out of the box, including the ability to d The Steps are the building blocks of the Stepper component. Include the desired steps by adding a `StepperStep` tag for every step. Then, configure each `StepperStep` appearance via its parameters. [Read more about the Blazor Steps configuration](slug:stepper-steps-overview). ## Orientation + The Stepper component provides horizontal and vertical orientations. [Read more about the Blazor Stepper orientation](slug:stepper-orientation). ## Display Modes @@ -92,6 +93,6 @@ The Blazor Stepper provides various parameters that allow you to configure the c ## See Also - * [Live Stepper Demos](https://demos.telerik.com/blazor-ui/stepper/overview) +* [Live Stepper Demos](https://demos.telerik.com/blazor-ui/stepper/overview) - * [Stepper API Reference](slug:Telerik.Blazor.Components.TelerikStepper) \ No newline at end of file +* [Stepper API Reference](slug:Telerik.Blazor.Components.TelerikStepper) \ No newline at end of file diff --git a/components/stepper/step-template.md b/components/stepper/step-template.md index c18973c38b..e165076979 100644 --- a/components/stepper/step-template.md +++ b/components/stepper/step-template.md @@ -101,4 +101,4 @@ You can customize the whole appearance of the steps through their Template. It a ## See Also - * [Live Demo: Stepper Template](https://demos.telerik.com/blazor-ui/stepper/template) \ No newline at end of file +* [Live Demo: Stepper Template](https://demos.telerik.com/blazor-ui/stepper/template) \ No newline at end of file diff --git a/components/stepper/steps/indicators.md b/components/stepper/steps/indicators.md index 0d5098f264..606dbde9f4 100644 --- a/components/stepper/steps/indicators.md +++ b/components/stepper/steps/indicators.md @@ -75,5 +75,5 @@ When defining text and icons for the step indicators, you should take into consi ## See Also - * [Live Demo: Stepper Overview](https://demos.telerik.com/blazor-ui/stepper/overview) - * [Live Demo: Stepper Icons](https://demos.telerik.com/blazor-ui/stepper/icons) \ No newline at end of file +* [Live Demo: Stepper Overview](https://demos.telerik.com/blazor-ui/stepper/overview) +* [Live Demo: Stepper Icons](https://demos.telerik.com/blazor-ui/stepper/icons) \ No newline at end of file diff --git a/components/stepper/steps/labels.md b/components/stepper/steps/labels.md index 193542eb43..a51232f0d6 100644 --- a/components/stepper/steps/labels.md +++ b/components/stepper/steps/labels.md @@ -76,4 +76,4 @@ The Stepper component allows you to set labels for the corresponding step indica ## See Also - * [Live Demo: Stepper Overview](https://demos.telerik.com/blazor-ui/stepper/overview) \ No newline at end of file +* [Live Demo: Stepper Overview](https://demos.telerik.com/blazor-ui/stepper/overview) \ No newline at end of file diff --git a/components/stepper/steps/state.md b/components/stepper/steps/state.md index e49e6666b7..0cba716bb7 100644 --- a/components/stepper/steps/state.md +++ b/components/stepper/steps/state.md @@ -70,4 +70,4 @@ This feature serves to mark the desired step as disabled, so users cannot click ## See Also - * [Live Demo: Stepper State](https://demos.telerik.com/blazor-ui/stepper/state) \ No newline at end of file +* [Live Demo: Stepper State](https://demos.telerik.com/blazor-ui/stepper/state) \ No newline at end of file diff --git a/components/stepper/steps/validation.md b/components/stepper/steps/validation.md index a755493a2f..0da08bfb3a 100644 --- a/components/stepper/steps/validation.md +++ b/components/stepper/steps/validation.md @@ -129,4 +129,4 @@ If the Stepper uses the [`Labels`](slug:stepper-display-modes#labels)display mod ## See Also - * [Live Demo: Stepper Validation](https://demos.telerik.com/blazor-ui/stepper/validation) \ No newline at end of file +* [Live Demo: Stepper Validation](https://demos.telerik.com/blazor-ui/stepper/validation) \ No newline at end of file diff --git a/components/stockchart/crosshairs.md b/components/stockchart/crosshairs.md index 1f48b63074..9436a023bc 100644 --- a/components/stockchart/crosshairs.md +++ b/components/stockchart/crosshairs.md @@ -350,4 +350,4 @@ For the `Category` axis the `FormattedValue` represents the labels of the catego ## See Also - * [Live Demos: Stock Chart](https://demos.telerik.com/blazor-ui/stockchart/overview) +* [Live Demos: Stock Chart](https://demos.telerik.com/blazor-ui/stockchart/overview) diff --git a/components/stockchart/data-bind.md b/components/stockchart/data-bind.md index 7bee90a89c..0dfc75a460 100644 --- a/components/stockchart/data-bind.md +++ b/components/stockchart/data-bind.md @@ -230,4 +230,4 @@ With this, the items from the series will be matched to the items (categories) o ## See Also - * [Live Demos: Stock Chart](https://demos.telerik.com/blazor-ui/stockchart/overview) +* [Live Demos: Stock Chart](https://demos.telerik.com/blazor-ui/stockchart/overview) diff --git a/components/stockchart/navigator.md b/components/stockchart/navigator.md index e7668ce239..276d791128 100644 --- a/components/stockchart/navigator.md +++ b/components/stockchart/navigator.md @@ -304,4 +304,4 @@ You can control from which side (or both) the data navigation with shorten the t ## See Also - * [Live Demos: Stock Chart](https://demos.telerik.com/blazor-ui/stockchart/overview) +* [Live Demos: Stock Chart](https://demos.telerik.com/blazor-ui/stockchart/overview) diff --git a/components/stockchart/tooltip/overview.md b/components/stockchart/tooltip/overview.md index b16e308417..72f52fd897 100644 --- a/components/stockchart/tooltip/overview.md +++ b/components/stockchart/tooltip/overview.md @@ -543,5 +543,5 @@ The available series data point information in the `context` is: ## See Also - * [Stock Chart Overview](slug:stockchart-overview) - * [Stock Chart Shared Tooltip](slug:stockchart-tooltip-shared) +* [Stock Chart Overview](slug:stockchart-overview) +* [Stock Chart Shared Tooltip](slug:stockchart-tooltip-shared) diff --git a/components/switch/labels.md b/components/switch/labels.md index 455e1bc0bb..e5a9a7ec64 100644 --- a/components/switch/labels.md +++ b/components/switch/labels.md @@ -56,5 +56,6 @@ To remove the Switch labels, use a blank space for the `OnLabel` and `OffLabel` ```` ## See Also + * [Live Demo: Switch Labels](https://demos.telerik.com/blazor-ui/switch/labels) * [Switch Events](slug:switch-events) \ No newline at end of file diff --git a/components/switch/overview.md b/components/switch/overview.md index 32bc9e3e09..a057e0c9f4 100644 --- a/components/switch/overview.md +++ b/components/switch/overview.md @@ -108,6 +108,7 @@ The Switch is a generic component and its type comes from the model field it is * [Handle the Switch events](slug:switch-events) ## See Also + * [Live Demo: Switch](https://demos.telerik.com/blazor-ui/switch/overview) * [Switch Events](slug:switch-events) * [Switch API Reference](slug:Telerik.Blazor.Components.TelerikSwitch-1) diff --git a/components/textarea/overview.md b/components/textarea/overview.md index 079fbfae44..ff69446054 100644 --- a/components/textarea/overview.md +++ b/components/textarea/overview.md @@ -109,5 +109,5 @@ The TextArea provides a `FocusAsync` method that allows the application to focus ## See Also - * [Live TextArea Demos](https://demos.telerik.com/blazor-ui/textarea/overview) - * [TextArea API Reference](slug:Telerik.Blazor.Components.TelerikTextArea) +* [Live TextArea Demos](https://demos.telerik.com/blazor-ui/textarea/overview) +* [TextArea API Reference](slug:Telerik.Blazor.Components.TelerikTextArea) diff --git a/components/tilelayout/accessibility/overview.md b/components/tilelayout/accessibility/overview.md index c8ca84c363..71c5e89310 100644 --- a/components/tilelayout/accessibility/overview.md +++ b/components/tilelayout/accessibility/overview.md @@ -201,4 +201,5 @@ The following example demonstrates the [accessibility compliance of the TileLayo ```` ## See also + * [Live demo: TileLayout Resizing](https://demos.telerik.com/blazor-ui/tilelayout/resizing) \ No newline at end of file diff --git a/components/toolbar/built-in-tools.md b/components/toolbar/built-in-tools.md index f93350819b..4ba02e8faf 100644 --- a/components/toolbar/built-in-tools.md +++ b/components/toolbar/built-in-tools.md @@ -167,5 +167,5 @@ The nested `ToolBarButtonGroup` tag exposes parameters that allow you to customi ## See Also - * [Live Demo: ToolBar Overview](https://demos.telerik.com/blazor-ui/toolbar/overview) - * [ToolBar Overview](slug:toolbar-overview) +* [Live Demo: ToolBar Overview](https://demos.telerik.com/blazor-ui/toolbar/overview) +* [ToolBar Overview](slug:toolbar-overview) diff --git a/components/toolbar/events.md b/components/toolbar/events.md index e00bdc01af..68209fed5a 100644 --- a/components/toolbar/events.md +++ b/components/toolbar/events.md @@ -69,5 +69,5 @@ The `SelectedChanged` event will fire when the user changes the state of the [`T ## See Also - * [Live Demo: ToolBar Overview](https://demos.telerik.com/blazor-ui/toolbar/overview) - * [ToolBar Overview](slug:toolbar-overview) +* [Live Demo: ToolBar Overview](https://demos.telerik.com/blazor-ui/toolbar/overview) +* [ToolBar Overview](slug:toolbar-overview) diff --git a/components/toolbar/separators.md b/components/toolbar/separators.md index 428f2c8483..c045b8e4bc 100644 --- a/components/toolbar/separators.md +++ b/components/toolbar/separators.md @@ -46,5 +46,5 @@ You can visually separate the items in the Telerik ToolBar for Blazor. Depending ## See Also - * [Live Demo: ToolBar Overview](https://demos.telerik.com/blazor-ui/toolbar/overview) - * [ToolBar Overview](slug:toolbar-overview) +* [Live Demo: ToolBar Overview](https://demos.telerik.com/blazor-ui/toolbar/overview) +* [ToolBar Overview](slug:toolbar-overview) diff --git a/components/treelist/accessibility/overview.md b/components/treelist/accessibility/overview.md index 5d9a23a9e5..72e25c7409 100644 --- a/components/treelist/accessibility/overview.md +++ b/components/treelist/accessibility/overview.md @@ -767,4 +767,5 @@ The following example demonstrates the [accessibility compliance of the TreeList ```` ## See also + * [Live demo: TreeList Accessibility](https://demos.telerik.com/blazor-ui/treelist/keyboard-navigation) \ No newline at end of file diff --git a/components/treelist/aggregates.md b/components/treelist/aggregates.md index c394511990..64c9dd3045 100644 --- a/components/treelist/aggregates.md +++ b/components/treelist/aggregates.md @@ -126,6 +126,6 @@ If you try to use an aggregate that is not defined, or an aggregate over an unsu ## See Also - * [Live Demo: Grid Grouping](https://demos.telerik.com/blazor-ui/grid/grouping) +* [Live Demo: Grid Grouping](https://demos.telerik.com/blazor-ui/grid/grouping) diff --git a/components/treelist/columns/auto-generated.md b/components/treelist/columns/auto-generated.md index cd47494bb9..2b1cd379ce 100644 --- a/components/treelist/columns/auto-generated.md +++ b/components/treelist/columns/auto-generated.md @@ -464,6 +464,7 @@ This example shows how to: * @[template](/_contentTemplates/common/grid-treelist-autogenerated-columns.md#grid-treelist-autogenerated-columns-limitation) ## See also + * [Column Width](slug:treelist-columns-width) * [Live Demo: Auto Generated Columns](https://demos.telerik.com/blazor-ui/treelist/column-auto-generation) * [Selection](slug:treelist-selection-overview) diff --git a/components/treelist/columns/bound.md b/components/treelist/columns/bound.md index 424b695d8e..f8dcf31ea8 100644 --- a/components/treelist/columns/bound.md +++ b/components/treelist/columns/bound.md @@ -186,4 +186,4 @@ You can use the following properties on bound columns: ## See Also - * [Live Demo: TreeList Columns](https://demos.telerik.com/blazor-ui/treelist/columns) +* [Live Demo: TreeList Columns](https://demos.telerik.com/blazor-ui/treelist/columns) diff --git a/components/treelist/columns/command.md b/components/treelist/columns/command.md index 2fddbb85e0..0a25cc6e43 100644 --- a/components/treelist/columns/command.md +++ b/components/treelist/columns/command.md @@ -294,4 +294,4 @@ The `OnClick` handler of the commands receives an argument of type `TreeListComm ## See Also - * [Live Demo: TreeList Command Column](https://demos.telerik.com/blazor-ui/treelist/editing-inline) +* [Live Demo: TreeList Command Column](https://demos.telerik.com/blazor-ui/treelist/editing-inline) diff --git a/components/treelist/columns/display-format.md b/components/treelist/columns/display-format.md index 491a5458fc..2627a3b0a6 100644 --- a/components/treelist/columns/display-format.md +++ b/components/treelist/columns/display-format.md @@ -90,4 +90,4 @@ components: ["treelist"] ## See Also - * [Live Demo: Cell Formatting](https://demos.telerik.com/blazor-ui/treelist/cell-formatting) +* [Live Demo: Cell Formatting](https://demos.telerik.com/blazor-ui/treelist/cell-formatting) diff --git a/components/treelist/columns/events.md b/components/treelist/columns/events.md index 4c67c2b82c..88894a8702 100644 --- a/components/treelist/columns/events.md +++ b/components/treelist/columns/events.md @@ -136,5 +136,5 @@ This event fires upon the rendering of the TreeLists columns. It receives an arg ## See Also - * [TreeList Overview](slug:treelist-overview) - * [TreeList Events](slug:treelist-events) +* [TreeList Overview](slug:treelist-overview) +* [TreeList Events](slug:treelist-events) diff --git a/components/treelist/columns/frozen.md b/components/treelist/columns/frozen.md index dd85ed0e92..72b74d7eea 100644 --- a/components/treelist/columns/frozen.md +++ b/components/treelist/columns/frozen.md @@ -117,4 +117,5 @@ The frozen columns pose some requirements: ## See also + * [Live demo: Frozen Columns](https://demos.telerik.com/blazor-ui/treelist/frozen-columns) diff --git a/components/treelist/columns/menu.md b/components/treelist/columns/menu.md index 4768b60f85..e01427293d 100644 --- a/components/treelist/columns/menu.md +++ b/components/treelist/columns/menu.md @@ -253,5 +253,6 @@ The example shows the following things: * When using the [Column Chooser Template](slug:treelist-templates-column-chooser) or grouping the columns into [sections](#column-sections), add the `Title` parameter to all TreeList Columns. ## See Also - * [Live Demo: TreeList Column Menu](https://demos.telerik.com/blazor-ui/treelist/column-menu) - * [Live Demo: TreeList Custom Column Menu](https://demos.telerik.com/blazor-ui/treelist/custom-column-menu) \ No newline at end of file + +* [Live Demo: TreeList Column Menu](https://demos.telerik.com/blazor-ui/treelist/column-menu) +* [Live Demo: TreeList Custom Column Menu](https://demos.telerik.com/blazor-ui/treelist/custom-column-menu) \ No newline at end of file diff --git a/components/treelist/columns/multi-column-headers.md b/components/treelist/columns/multi-column-headers.md index 32b0a51e0f..c32d237b54 100644 --- a/components/treelist/columns/multi-column-headers.md +++ b/components/treelist/columns/multi-column-headers.md @@ -147,4 +147,4 @@ The following code snippet shows how you can group columns in the Treelist in mu ## See Also - * [Live Demo: Multi-Column Headers](https://demos.telerik.com/blazor-ui/treelist/multi-column-headers) +* [Live Demo: Multi-Column Headers](https://demos.telerik.com/blazor-ui/treelist/multi-column-headers) diff --git a/components/treelist/columns/reorder.md b/components/treelist/columns/reorder.md index b46c847493..528755e060 100644 --- a/components/treelist/columns/reorder.md +++ b/components/treelist/columns/reorder.md @@ -102,4 +102,4 @@ To prevent the user from moving a certain column, set its own parameter `Reorder ## See Also - * [Live Demo: Column Reordering](https://demos.telerik.com/blazor-ui/treelist/column-reordering) +* [Live Demo: Column Reordering](https://demos.telerik.com/blazor-ui/treelist/column-reordering) diff --git a/components/treelist/columns/virtual.md b/components/treelist/columns/virtual.md index 83d16fe170..493706b0c7 100644 --- a/components/treelist/columns/virtual.md +++ b/components/treelist/columns/virtual.md @@ -359,6 +359,7 @@ Column virtualization is commonly used when you have many columns. You may not h ## See also + * [Live demo: Virtual Columns](https://demos.telerik.com/blazor-ui/treelist/column-virtualization) * [TreeList Column Width Behavior](slug:treelist-columns-width) * [Automatically Generated Columns](slug:treelist-columns-automatically-generated) diff --git a/components/treelist/columns/visible.md b/components/treelist/columns/visible.md index b48da45151..0695f900dd 100644 --- a/components/treelist/columns/visible.md +++ b/components/treelist/columns/visible.md @@ -431,4 +431,4 @@ This example shows hiding a column based on a simple condition in its data. You ## See Also - * [Live Demo: TreeList Columns](https://demos.telerik.com/blazor-ui/treelist/columns) +* [Live Demo: TreeList Columns](https://demos.telerik.com/blazor-ui/treelist/columns) diff --git a/components/treelist/data-binding/flat-data.md b/components/treelist/data-binding/flat-data.md index 05e6371ceb..b521e0e546 100644 --- a/components/treelist/data-binding/flat-data.md +++ b/components/treelist/data-binding/flat-data.md @@ -118,8 +118,8 @@ If there are child items for a certain node (items whose `ParentId` points to th ## See Also - * [TreeList Data Binding Basics](slug:treelist-data-binding-overview) - * [Live Demo: TreeList Flat Data](https://demos.telerik.com/blazor-ui/treelist/binding-flat-data) - * [Binding to Hierarchical Data](slug:treelist-data-binding-hierarchical-data) - * [Load on Demand](slug:treelist-data-binding-load-on-demand) +* [TreeList Data Binding Basics](slug:treelist-data-binding-overview) +* [Live Demo: TreeList Flat Data](https://demos.telerik.com/blazor-ui/treelist/binding-flat-data) +* [Binding to Hierarchical Data](slug:treelist-data-binding-hierarchical-data) +* [Load on Demand](slug:treelist-data-binding-load-on-demand) diff --git a/components/treelist/data-binding/hierarchical-data.md b/components/treelist/data-binding/hierarchical-data.md index 168ff48193..edf3031567 100644 --- a/components/treelist/data-binding/hierarchical-data.md +++ b/components/treelist/data-binding/hierarchical-data.md @@ -123,8 +123,8 @@ If there are items for a certain node, it will have an expand icon. The `HasChil ## See Also - * [TreeList Data Binding Basics](slug:treelist-data-binding-overview) - * [Live Demo: TreeList Hierarchical Data](https://demos.telerik.com/blazor-ui/treelist/binding-hierarchical-data) - * [Binding to Flat Data](slug:treelist-data-binding-flat-data) - * [Load on Demand](slug:treelist-data-binding-load-on-demand) +* [TreeList Data Binding Basics](slug:treelist-data-binding-overview) +* [Live Demo: TreeList Hierarchical Data](https://demos.telerik.com/blazor-ui/treelist/binding-hierarchical-data) +* [Binding to Flat Data](slug:treelist-data-binding-flat-data) +* [Load on Demand](slug:treelist-data-binding-load-on-demand) diff --git a/components/treelist/data-binding/interface.md b/components/treelist/data-binding/interface.md index 0475859039..3de3aa526f 100644 --- a/components/treelist/data-binding/interface.md +++ b/components/treelist/data-binding/interface.md @@ -122,9 +122,9 @@ Note the usage of [`OnModelInit`](slug:treelist-events#onmodelinit) in the examp ## See Also - * [Binding to Flat Data](slug:treelist-data-binding-flat-data) - * [Binding to Hierarchical Data](slug:treelist-data-binding-hierarchical-data) - * [Load on Demand](slug:treelist-data-binding-load-on-demand) - * [Live Demo: TreeList Flat Data](https://demos.telerik.com/blazor-ui/treelist/binding-flat-data) - * [Live Demo: TreeList Hierarchical Data](https://demos.telerik.com/blazor-ui/treelist/binding-hierarchical-data) - * [Live Demo: TreeList Load on Demand](https://demos.telerik.com/blazor-ui/treelist/load-on-demand) +* [Binding to Flat Data](slug:treelist-data-binding-flat-data) +* [Binding to Hierarchical Data](slug:treelist-data-binding-hierarchical-data) +* [Load on Demand](slug:treelist-data-binding-load-on-demand) +* [Live Demo: TreeList Flat Data](https://demos.telerik.com/blazor-ui/treelist/binding-flat-data) +* [Live Demo: TreeList Hierarchical Data](https://demos.telerik.com/blazor-ui/treelist/binding-hierarchical-data) +* [Live Demo: TreeList Load on Demand](https://demos.telerik.com/blazor-ui/treelist/load-on-demand) diff --git a/components/treelist/data-binding/load-on-demand.md b/components/treelist/data-binding/load-on-demand.md index 28300b4fb6..0f6dd9fcd3 100644 --- a/components/treelist/data-binding/load-on-demand.md +++ b/components/treelist/data-binding/load-on-demand.md @@ -252,8 +252,8 @@ Below you will find two examples - for [hierarchical](#load-hierarchical-data-on ## See Also - * [TreeList Data Binding Basics](slug:treelist-data-binding-overview) - * [Live Demo: TreeList Load on Demand](https://demos.telerik.com/blazor-ui/treelist/load-on-demand) - * [Binding to Flat Data](slug:treelist-data-binding-flat-data) - * [Binding to Hierarchical Data](slug:treelist-data-binding-hierarchical-data) +* [TreeList Data Binding Basics](slug:treelist-data-binding-overview) +* [Live Demo: TreeList Load on Demand](https://demos.telerik.com/blazor-ui/treelist/load-on-demand) +* [Binding to Flat Data](slug:treelist-data-binding-flat-data) +* [Binding to Hierarchical Data](slug:treelist-data-binding-hierarchical-data) diff --git a/components/treelist/data-binding/overview.md b/components/treelist/data-binding/overview.md index 90a209c7e6..c14bef07ae 100644 --- a/components/treelist/data-binding/overview.md +++ b/components/treelist/data-binding/overview.md @@ -58,9 +58,9 @@ For samples of using each data binding approach listed above, see its correspond ## See Also - * [Binding to Flat Data](slug:treelist-data-binding-flat-data) - * [Binding to Hierarchical Data](slug:treelist-data-binding-hierarchical-data) - * [Load on Demand](slug:treelist-data-binding-load-on-demand) - * [Live Demo: TreeList Flat Data](https://demos.telerik.com/blazor-ui/treelist/binding-flat-data) - * [Live Demo: TreeList Hierarchical Data](https://demos.telerik.com/blazor-ui/treelist/binding-hierarchical-data) - * [Live Demo: TreeList Load on Demand](https://demos.telerik.com/blazor-ui/treelist/load-on-demand) +* [Binding to Flat Data](slug:treelist-data-binding-flat-data) +* [Binding to Hierarchical Data](slug:treelist-data-binding-hierarchical-data) +* [Load on Demand](slug:treelist-data-binding-load-on-demand) +* [Live Demo: TreeList Flat Data](https://demos.telerik.com/blazor-ui/treelist/binding-flat-data) +* [Live Demo: TreeList Hierarchical Data](https://demos.telerik.com/blazor-ui/treelist/binding-hierarchical-data) +* [Live Demo: TreeList Load on Demand](https://demos.telerik.com/blazor-ui/treelist/load-on-demand) diff --git a/components/treelist/editing/incell.md b/components/treelist/editing/incell.md index 63bca7fd11..75fa27c06f 100644 --- a/components/treelist/editing/incell.md +++ b/components/treelist/editing/incell.md @@ -61,8 +61,8 @@ You can control whether a newly added item appears at the top or bottom of the T The `NewRowPosition` parameter accepts values from the `TreeListNewRowPosition` enum: -- `Top` (default)—Inserts the new item at the top of the view. -- `Bottom`—Inserts the new item at the bottom of the view. +* `Top` (default)—Inserts the new item at the top of the view. +* `Bottom`—Inserts the new item at the bottom of the view. ## Integration with Other Features diff --git a/components/treelist/editing/inline.md b/components/treelist/editing/inline.md index 9fb80cc132..9c076b7ebe 100644 --- a/components/treelist/editing/inline.md +++ b/components/treelist/editing/inline.md @@ -46,8 +46,8 @@ You can control whether a newly added item appears at the top or bottom of the T The `NewRowPosition` parameter accepts values from the `TreeListNewRowPosition` enum: -- `Top` (default)—Inserts the new item at the top of the view. -- `Bottom`—Inserts the new item at the bottom of the view. +* `Top` (default)—Inserts the new item at the top of the view. +* `Bottom`—Inserts the new item at the bottom of the view. ## Integration with Other Features diff --git a/components/treelist/filter/checkboxlist.md b/components/treelist/filter/checkboxlist.md index 00aaf04751..c1310b07fc 100644 --- a/components/treelist/filter/checkboxlist.md +++ b/components/treelist/filter/checkboxlist.md @@ -243,6 +243,6 @@ In this sample the Team column lets you filter only by the CEO Team settings, or ## See Also - * [Treelist Filtering Overview](slug:treelist-filtering) - * [Live Demo: Treelist CheckBox List Filter](https://demos.telerik.com/blazor-ui/treelist/filter-checkboxlist) +* [Treelist Filtering Overview](slug:treelist-filtering) +* [Live Demo: Treelist CheckBox List Filter](https://demos.telerik.com/blazor-ui/treelist/filter-checkboxlist) \ No newline at end of file diff --git a/components/treelist/paging.md b/components/treelist/paging.md index 2382713abe..06a4b24435 100644 --- a/components/treelist/paging.md +++ b/components/treelist/paging.md @@ -298,4 +298,4 @@ In addition to `Page` and `PageSize`, the TreeList provides advanced pager confi ## See Also - * [Live Demo: TreeList Paging](https://demos.telerik.com/blazor-ui/treelist/paging) +* [Live Demo: TreeList Paging](https://demos.telerik.com/blazor-ui/treelist/paging) diff --git a/components/treelist/refresh-data.md b/components/treelist/refresh-data.md index e3380caa97..cc23936b98 100644 --- a/components/treelist/refresh-data.md +++ b/components/treelist/refresh-data.md @@ -14,9 +14,9 @@ components: ["treelist"] @[template](/_contentTemplates/common/observable-data.md#intro) In this article: -- [Rebind Method](#rebind-method) -- [Observable Data](#observable-data) -- [New Collection Reference](#new-collection-reference) +* [Rebind Method](#rebind-method) +* [Observable Data](#observable-data) +* [New Collection Reference](#new-collection-reference) ## Rebind Method @@ -341,6 +341,6 @@ In this article: ## See Also - * [ObservableCollection](slug:common-features-observable-data) - * [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) \ No newline at end of file +* [ObservableCollection](slug:common-features-observable-data) +* [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) \ No newline at end of file diff --git a/components/treelist/templates/column-chooser.md b/components/treelist/templates/column-chooser.md index 12343d99e1..18c124c84f 100644 --- a/components/treelist/templates/column-chooser.md +++ b/components/treelist/templates/column-chooser.md @@ -125,7 +125,7 @@ When you set up the Column Chooser Template, the list of columns that are render ## See Also - * [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) - * [Live Demo: TreeList Column Menu](https://demos.telerik.com/blazor-ui/treelist/column-menu) - * [Live Demo: TreeList Custom Column Menu](https://demos.telerik.com/blazor-ui/treelist/custom-column-menu) - * [Columns Menu](slug:treelist-column-menu) +* [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) +* [Live Demo: TreeList Column Menu](https://demos.telerik.com/blazor-ui/treelist/column-menu) +* [Live Demo: TreeList Custom Column Menu](https://demos.telerik.com/blazor-ui/treelist/custom-column-menu) +* [Columns Menu](slug:treelist-column-menu) diff --git a/components/treelist/templates/column-header.md b/components/treelist/templates/column-header.md index 5b86805db5..be13e52a77 100644 --- a/components/treelist/templates/column-header.md +++ b/components/treelist/templates/column-header.md @@ -160,5 +160,5 @@ Bound columns render the name of the field or their `Title` in their header. Thr ## See Also - * [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) +* [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) diff --git a/components/treelist/templates/column.md b/components/treelist/templates/column.md index 2f2bc745bf..a5d3927dd9 100644 --- a/components/treelist/templates/column.md +++ b/components/treelist/templates/column.md @@ -112,5 +112,5 @@ Cell template that renders an image based on model data ## See Also - * [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) - * [Live Demo: TreeList Custom Editor Template](https://demos.telerik.com/blazor-ui/treelist/custom-editor) +* [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) +* [Live Demo: TreeList Custom Editor Template](https://demos.telerik.com/blazor-ui/treelist/custom-editor) diff --git a/components/treelist/templates/editor.md b/components/treelist/templates/editor.md index 7af2c08f07..718f9d59e1 100644 --- a/components/treelist/templates/editor.md +++ b/components/treelist/templates/editor.md @@ -219,7 +219,7 @@ The TreeList row creates an `EditContext` and passes it to the `EditorTemplate`. ## See Also - * [TreeList Editing](slug:treelist-editing-overview) - * [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) - * [Live Demo: TreeList Custom Editor Template](https://demos.telerik.com/blazor-ui/treelist/custom-editor) +* [TreeList Editing](slug:treelist-editing-overview) +* [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) +* [Live Demo: TreeList Custom Editor Template](https://demos.telerik.com/blazor-ui/treelist/custom-editor) diff --git a/components/treelist/templates/no-data-template.md b/components/treelist/templates/no-data-template.md index e53c661964..f6d914c0e5 100644 --- a/components/treelist/templates/no-data-template.md +++ b/components/treelist/templates/no-data-template.md @@ -279,6 +279,6 @@ The `NoDataTemplate` allows you to define custom content when the TreeList has n ## See Also - * [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) - * [Live Demo: TreeList - No Data Template](https://demos.telerik.com/blazor-ui/treelist/no-data-template) +* [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) +* [Live Demo: TreeList - No Data Template](https://demos.telerik.com/blazor-ui/treelist/no-data-template) diff --git a/components/treelist/templates/overview.md b/components/treelist/templates/overview.md index 3abef50a86..425a6391c4 100644 --- a/components/treelist/templates/overview.md +++ b/components/treelist/templates/overview.md @@ -35,6 +35,6 @@ You must make sure to provide valid HTML in the templates. ## See Also - * [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) +* [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) diff --git a/components/treelist/templates/pager.md b/components/treelist/templates/pager.md index cdf639104a..1f0a227230 100644 --- a/components/treelist/templates/pager.md +++ b/components/treelist/templates/pager.md @@ -122,5 +122,5 @@ The `TreeListPagerTemplate` allows you to modify the layout, content, and functi ## See Also - * [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) +* [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) diff --git a/components/treelist/templates/popup-buttons-template.md b/components/treelist/templates/popup-buttons-template.md index 698566b2ff..a6a7fd50e9 100644 --- a/components/treelist/templates/popup-buttons-template.md +++ b/components/treelist/templates/popup-buttons-template.md @@ -220,5 +220,5 @@ With the `ButtonsTemplate`, you can personalize the appearance and behavior of t ## See Also - * [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) - * [Live Demo: TreeList Popup Edit Form Template](https://demos.telerik.com/blazor-ui/treelist/popup-edit-form-template) \ No newline at end of file +* [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) +* [Live Demo: TreeList Popup Edit Form Template](https://demos.telerik.com/blazor-ui/treelist/popup-edit-form-template) \ No newline at end of file diff --git a/components/treelist/templates/popup-form-template.md b/components/treelist/templates/popup-form-template.md index 32d9feaa27..7cee1c29e9 100644 --- a/components/treelist/templates/popup-form-template.md +++ b/components/treelist/templates/popup-form-template.md @@ -242,6 +242,6 @@ You can use the `Context` attribute of the `` tag to set the name ## See Also - * [TreeList Popup Buttons Template](slug:treelist-templates-popup-buttons) - * [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/TreeList/templates) - * [Live Demo: TreeList Popup Edit Form Template](https://demos.telerik.com/blazor-ui/treelist/popup-edit-form-template) \ No newline at end of file +* [TreeList Popup Buttons Template](slug:treelist-templates-popup-buttons) +* [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/TreeList/templates) +* [Live Demo: TreeList Popup Edit Form Template](https://demos.telerik.com/blazor-ui/treelist/popup-edit-form-template) \ No newline at end of file diff --git a/components/treelist/templates/row.md b/components/treelist/templates/row.md index 7e04af2db8..05d42d9b8b 100644 --- a/components/treelist/templates/row.md +++ b/components/treelist/templates/row.md @@ -108,5 +108,5 @@ Render the entire row with your own code and logic ## See Also - * [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) +* [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) diff --git a/components/treeview/accessibility/overview.md b/components/treeview/accessibility/overview.md index 9bd1296680..2555c86216 100644 --- a/components/treeview/accessibility/overview.md +++ b/components/treeview/accessibility/overview.md @@ -303,4 +303,5 @@ The following example demonstrates the [accessibility compliance of the TreeView ```` ## See also + * [Live demo: TreeView Accessibility](https://demos.telerik.com/blazor-ui/treeview/keyboard-navigation) \ No newline at end of file diff --git a/components/treeview/checkboxes/multiple.md b/components/treeview/checkboxes/multiple.md index 7116335b46..35e8f17087 100644 --- a/components/treeview/checkboxes/multiple.md +++ b/components/treeview/checkboxes/multiple.md @@ -408,5 +408,5 @@ You can bind the treeview to different models at each level, and the selection a ## See Also - * [Checkboxes Overview](slug:treeview-checkboxes-overview) - * [Single Node](slug:treeview-checkboxes-single) +* [Checkboxes Overview](slug:treeview-checkboxes-overview) +* [Single Node](slug:treeview-checkboxes-single) diff --git a/components/treeview/checkboxes/overview.md b/components/treeview/checkboxes/overview.md index c33299cee0..d5a8f12f42 100644 --- a/components/treeview/checkboxes/overview.md +++ b/components/treeview/checkboxes/overview.md @@ -827,6 +827,6 @@ You can combine both selection and checking nodes. To keep both collections in s ## See Also - * [Live Demo: TreeView CheckBoxes](https://demos.telerik.com/blazor-ui/treeview/checkboxes) - * [Single Node](slug:treeview-checkboxes-single) - * [Multiple Nodes](slug:treeview-checkboxes-multiple) +* [Live Demo: TreeView CheckBoxes](https://demos.telerik.com/blazor-ui/treeview/checkboxes) +* [Single Node](slug:treeview-checkboxes-single) +* [Multiple Nodes](slug:treeview-checkboxes-multiple) diff --git a/components/treeview/checkboxes/single.md b/components/treeview/checkboxes/single.md index d0826e62ed..2c44a687e3 100644 --- a/components/treeview/checkboxes/single.md +++ b/components/treeview/checkboxes/single.md @@ -286,5 +286,5 @@ You can use two-way binding to get the node the user has checked. This can be us ## See Also - * [Selection Overview](slug:treeview-checkboxes-overview) - * [Multiple Selection](slug:treeview-checkboxes-multiple) +* [Selection Overview](slug:treeview-checkboxes-overview) +* [Multiple Selection](slug:treeview-checkboxes-multiple) diff --git a/components/treeview/data-binding/flat-data.md b/components/treeview/data-binding/flat-data.md index d537d87bbf..506e40c544 100644 --- a/components/treeview/data-binding/flat-data.md +++ b/components/treeview/data-binding/flat-data.md @@ -118,7 +118,7 @@ Using self-referencing flat data ## See Also - * [TreeView Data Binding Basics](slug:components/treeview/data-binding/overview) - * [Live Demo: TreeView Flat Data](https://demos.telerik.com/blazor-ui/treeview/flat-data) - * [Binding to Hierarchical Data](slug:components/treeview/data-binding/hierarchical-data) - * [Load on Demand](slug:components/treeview/data-binding/load-on-demand) +* [TreeView Data Binding Basics](slug:components/treeview/data-binding/overview) +* [Live Demo: TreeView Flat Data](https://demos.telerik.com/blazor-ui/treeview/flat-data) +* [Binding to Hierarchical Data](slug:components/treeview/data-binding/hierarchical-data) +* [Load on Demand](slug:components/treeview/data-binding/load-on-demand) diff --git a/components/treeview/data-binding/hierarchical-data.md b/components/treeview/data-binding/hierarchical-data.md index 57b0254b1e..643e3b0011 100644 --- a/components/treeview/data-binding/hierarchical-data.md +++ b/components/treeview/data-binding/hierarchical-data.md @@ -181,7 +181,7 @@ Experiment with the `TreeLevels`, `RootItems` and `ItemsPerLevel` values below. ## See Also - * [TreeView Data Binding Basics](slug:components/treeview/data-binding/overview) - * [Live Demo: TreeView Hierarchical Data](https://demos.telerik.com/blazor-ui/treeview/hierarchical-data) - * [Binding to Flat Data](slug:components/treeview/data-binding/flat-data) - * [Load on Demand](slug:components/treeview/data-binding/load-on-demand) +* [TreeView Data Binding Basics](slug:components/treeview/data-binding/overview) +* [Live Demo: TreeView Hierarchical Data](https://demos.telerik.com/blazor-ui/treeview/hierarchical-data) +* [Binding to Flat Data](slug:components/treeview/data-binding/flat-data) +* [Load on Demand](slug:components/treeview/data-binding/load-on-demand) diff --git a/components/treeview/data-binding/load-on-demand.md b/components/treeview/data-binding/load-on-demand.md index 7b37cf2b67..d854157123 100644 --- a/components/treeview/data-binding/load-on-demand.md +++ b/components/treeview/data-binding/load-on-demand.md @@ -340,7 +340,7 @@ The **example** below shows how you can handle hierarchical data load on demand ## See Also - * [TreeView Data Binding Basics](slug:components/treeview/data-binding/overview) - * [Live Demo: TreeView Load on Demand](https://demos.telerik.com/blazor-ui/treeview/lazy-loading) - * [Binding to Flat Data](slug:components/treeview/data-binding/flat-data) - * [Binding to Hierarchical Data](slug:components/treeview/data-binding/hierarchical-data) +* [TreeView Data Binding Basics](slug:components/treeview/data-binding/overview) +* [Live Demo: TreeView Load on Demand](https://demos.telerik.com/blazor-ui/treeview/lazy-loading) +* [Binding to Flat Data](slug:components/treeview/data-binding/flat-data) +* [Binding to Hierarchical Data](slug:components/treeview/data-binding/hierarchical-data) diff --git a/components/treeview/events.md b/components/treeview/events.md index a694b00905..fa876f10de 100644 --- a/components/treeview/events.md +++ b/components/treeview/events.md @@ -325,6 +325,6 @@ For more details and examples, see the [Treeview Drag and Drop](slug:treeview-dr ## See Also - * [TreeView Overview](slug:treeview-overview) - * [TreeView Selection](slug:treeview-selection-overview) - * [TreeView CheckBoxes](slug:treeview-checkboxes-overview) +* [TreeView Overview](slug:treeview-overview) +* [TreeView Selection](slug:treeview-selection-overview) +* [TreeView CheckBoxes](slug:treeview-checkboxes-overview) diff --git a/components/treeview/refresh-data.md b/components/treeview/refresh-data.md index 1dc23923d6..c0bf97983a 100644 --- a/components/treeview/refresh-data.md +++ b/components/treeview/refresh-data.md @@ -14,9 +14,9 @@ components: ["treeview"] @[template](/_contentTemplates/common/observable-data.md#intro) In this article: -- [Rebind Method](#rebind-method) -- [Observable Data](#observable-data) -- [New Collection Reference](#new-collection-reference) +* [Rebind Method](#rebind-method) +* [Observable Data](#observable-data) +* [New Collection Reference](#new-collection-reference) ## Rebind Method @@ -432,7 +432,7 @@ In this article: ## See Also - * [ObservableCollection](slug:common-features-observable-data) - * [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/) +* [ObservableCollection](slug:common-features-observable-data) +* [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/) \ No newline at end of file diff --git a/components/treeview/templates.md b/components/treeview/templates.md index 80495cb404..ad6af24d75 100644 --- a/components/treeview/templates.md +++ b/components/treeview/templates.md @@ -264,5 +264,5 @@ Multiple templates usage. ## See Also - * [Data Binding a TreeView](slug:components/treeview/data-binding/overview) - * [Live Demo: TreeView](https://demos.telerik.com/blazor-ui/treeview/overview) +* [Data Binding a TreeView](slug:components/treeview/data-binding/overview) +* [Live Demo: TreeView](https://demos.telerik.com/blazor-ui/treeview/overview) diff --git a/components/upload/chunk-upload.md b/components/upload/chunk-upload.md index 0dc48411ae..a0e08b2e74 100644 --- a/components/upload/chunk-upload.md +++ b/components/upload/chunk-upload.md @@ -300,4 +300,4 @@ app.Run(); ## See Also - * [Blazor Upload](slug:upload-overview) +* [Blazor Upload](slug:upload-overview) diff --git a/components/window/accessibility/overview.md b/components/window/accessibility/overview.md index 92109f5d48..edc34d7c69 100644 --- a/components/window/accessibility/overview.md +++ b/components/window/accessibility/overview.md @@ -134,6 +134,7 @@ The following example demonstrates the [accessibility compliance of the Window c ```` ## See also + * [Live demo: Window Accessibility](https://demos.telerik.com/blazor-ui/window/keyboard-navigation) * [Live demo: Window Overview](https://demos.telerik.com/blazor-ui/window/overview) * [Live demo: Blazor Accessibility Overview](https://docs.telerik.com/blazor-ui/accessibility/overview) \ No newline at end of file diff --git a/components/wizard/form-integration.md b/components/wizard/form-integration.md index 45951b69d9..f6b7e775be 100644 --- a/components/wizard/form-integration.md +++ b/components/wizard/form-integration.md @@ -186,4 +186,4 @@ If the Form validation is not satisfied, you can cancel the `OnChange` event of ## See Also - * [Live Demos: Wizard Form](https://demos.telerik.com/blazor-ui/wizard/form) \ No newline at end of file +* [Live Demos: Wizard Form](https://demos.telerik.com/blazor-ui/wizard/form) \ No newline at end of file diff --git a/components/wizard/templates.md b/components/wizard/templates.md index e264c7c8d4..7bc8e763df 100644 --- a/components/wizard/templates.md +++ b/components/wizard/templates.md @@ -71,4 +71,4 @@ You can customize the whole appearance of the steps in the Stepper, that is part ## See Also - * [Live Demos: Wizard Template](https://demos.telerik.com/blazor-ui/wizard/stepper-template) +* [Live Demos: Wizard Template](https://demos.telerik.com/blazor-ui/wizard/stepper-template) diff --git a/globalization/overview.md b/globalization/overview.md index f2895a1f12..886f0b94c0 100644 --- a/globalization/overview.md +++ b/globalization/overview.md @@ -115,7 +115,7 @@ Each Telerik UI for Blazor component supports a different set of internationaliz ## See Also - * [Localization](slug:globalization-localization) - * [Globalization Formats](slug:globalization-formats) - * [Right-to-Left Support](slug:rtl-support) +* [Localization](slug:globalization-localization) +* [Globalization Formats](slug:globalization-formats) +* [Right-to-Left Support](slug:rtl-support) diff --git a/globalization/rtl-support.md b/globalization/rtl-support.md index 74548ef20a..706a290ac1 100644 --- a/globalization/rtl-support.md +++ b/globalization/rtl-support.md @@ -52,5 +52,5 @@ When the [right-to-left direction is enabled](slug:rtl-support), the keyboard sh ## See Also - * [Localization](slug:globalization-localization) - * [Globalization Formats](slug:globalization-formats) +* [Localization](slug:globalization-localization) +* [Globalization Formats](slug:globalization-formats) diff --git a/installation/vs-integration/configure-project-wizard.md b/installation/vs-integration/configure-project-wizard.md index 96eb242a7b..2687ea6760 100644 --- a/installation/vs-integration/configure-project-wizard.md +++ b/installation/vs-integration/configure-project-wizard.md @@ -18,8 +18,8 @@ To open the Project Configuration Wizard, click **Extensions** > **Telerik** > * ![Telerik UI for Blazor Visual Studio 2022 Extensions menu](../vs-integration/images/configure-project-open.png) The configuration wizard handles the following tasks: -- [Theme selection](#theme-selection) -- [Project settings configuration](#project-settings) +* [Theme selection](#theme-selection) +* [Project settings configuration](#project-settings) ## Theme Selection diff --git a/knowledge-base/chart-customize-separate-markers.md b/knowledge-base/chart-customize-separate-markers.md index ab2603f59a..ff973d2da6 100644 --- a/knowledge-base/chart-customize-separate-markers.md +++ b/knowledge-base/chart-customize-separate-markers.md @@ -26,9 +26,9 @@ components: ["charts"] I need to configure a ScatterLine Chart so I can control the marker used for each data point independently. I want to mark some points as "special". This KB article answers the following questions: -- How to mark specific data points in a ScatterLine Chart as special? -- How to customize separate markers in a Blazor ScatterLine Chart? -- How to use different markers for special data points in a ScatterLine Chart? +* How to mark specific data points in a ScatterLine Chart as special? +* How to customize separate markers in a Blazor ScatterLine Chart? +* How to use different markers for special data points in a ScatterLine Chart? ## Solution diff --git a/knowledge-base/chart-datatable-bind.md b/knowledge-base/chart-datatable-bind.md index f8fad53041..e37d9f7beb 100644 --- a/knowledge-base/chart-datatable-bind.md +++ b/knowledge-base/chart-datatable-bind.md @@ -85,4 +85,4 @@ The Telerik UI for Blazor Chart does not support DataTable binding out of the bo ## See Also - * [Chart Data Binding](slug:components/chart/databind) +* [Chart Data Binding](slug:components/chart/databind) diff --git a/knowledge-base/chart-display-empty.md b/knowledge-base/chart-display-empty.md index 1aa33a0ee6..049bbe2d7c 100644 --- a/knowledge-base/chart-display-empty.md +++ b/knowledge-base/chart-display-empty.md @@ -97,5 +97,5 @@ To display an empty Chart when there is no data, [override the default theme sty ## See Also -- [Blazor Charts Overview](slug:components/chart/overview) -- [Override Theme Styles](slug:themes-override) +* [Blazor Charts Overview](slug:components/chart/overview) +* [Override Theme Styles](slug:themes-override) diff --git a/knowledge-base/chart-remove-excess-whitespace.md b/knowledge-base/chart-remove-excess-whitespace.md index fcc9be0733..e5cf6ee510 100644 --- a/knowledge-base/chart-remove-excess-whitespace.md +++ b/knowledge-base/chart-remove-excess-whitespace.md @@ -25,9 +25,9 @@ components: ["charts"] This KB article answers the following questions: -- How to adjust the padding of a Chart in Blazor? -- How to reduce white space around the Chart that is within a Telerik Card? -- How to make the Chart more compact? +* How to adjust the padding of a Chart in Blazor? +* How to reduce white space around the Chart that is within a Telerik Card? +* How to make the Chart more compact? ## Solution @@ -84,5 +84,5 @@ To reduce the whitespace around a Chart, use the `Padding` parameter of the Char ## See Also -- [ChartSeries API Documentation](https://docs.telerik.com/blazor-ui/api/telerik.blazor.components.chartseries) -- [Chart for Blazor Overview](slug:components/chart/overview) +* [ChartSeries API Documentation](https://docs.telerik.com/blazor-ui/api/telerik.blazor.components.chartseries) +* [Chart for Blazor Overview](slug:components/chart/overview) diff --git a/knowledge-base/chiplist-add-chip-tooltips.md b/knowledge-base/chiplist-add-chip-tooltips.md index b0ad907648..86a7920e33 100644 --- a/knowledge-base/chiplist-add-chip-tooltips.md +++ b/knowledge-base/chiplist-add-chip-tooltips.md @@ -27,9 +27,9 @@ components: ["chiplist"] You can display additional information for each chip in the [ChipList](slug:chiplist-overview) by showing a Tooltip. This approach helps you keep the chip text concise while providing more details on hover. This article answers the following questions: -- How do you show extra details for chips in a ChipList? -- Can you display a TelerikTooltip for each chip in the ChipList? -- How do you use [`ItemTemplate`](slug:chiplist-templates) in Telerik Blazor ChipList? +* How do you show extra details for chips in a ChipList? +* Can you display a TelerikTooltip for each chip in the ChipList? +* How do you use [`ItemTemplate`](slug:chiplist-templates) in Telerik Blazor ChipList? ## Solution @@ -81,6 +81,6 @@ To add tooltips to chips in the ChipList, use the `ItemTemplate` to customize ch ## See Also -- [ChipList Overview](slug:chiplist-overview) -- [ChipList Templates](slug:chiplist-templates#item-template) -- [Tooltip Overview](slug:tooltip-overview) \ No newline at end of file +* [ChipList Overview](slug:chiplist-overview) +* [ChipList Templates](slug:chiplist-templates#item-template) +* [Tooltip Overview](slug:tooltip-overview) \ No newline at end of file diff --git a/knowledge-base/combobox-multiselect-conditional-tooltip.md b/knowledge-base/combobox-multiselect-conditional-tooltip.md index 73bea98a63..f3564d189a 100644 --- a/knowledge-base/combobox-multiselect-conditional-tooltip.md +++ b/knowledge-base/combobox-multiselect-conditional-tooltip.md @@ -29,9 +29,9 @@ components: ["combobox"] I want to display tooltips for the [ComboBox](slug:components/combobox/overview) and [MultiSelect](slug:multiselect-overview) components in my Blazor application only when the text is ellipsed due to dynamic widths. If there’s enough space for the text to be fully visible, the tooltip should not appear. This knowledge base article also answers the following questions: -- How to show tooltips for ellipsed text in ComboBox and MultiSelect? -- How to use JavaScript to check text overflow in Blazor components? -- How to implement dynamic tooltips based on [`clientWidth`](https://developer.mozilla.org/en-US/docs/Web/API/Element/clientWidth) and [`scrollWidth`](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollWidth)? +* How to show tooltips for ellipsed text in ComboBox and MultiSelect? +* How to use JavaScript to check text overflow in Blazor components? +* How to implement dynamic tooltips based on [`clientWidth`](https://developer.mozilla.org/en-US/docs/Web/API/Element/clientWidth) and [`scrollWidth`](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollWidth)? ## Solution @@ -216,13 +216,13 @@ To ensure tooltips are displayed only when text is ellipsed, use JavaScript to c ### Notes -- Move custom JavaScript functions to your static assets directory in production. -- Ensure the tooltip `TargetSelector` only matches elements with overflow. +* Move custom JavaScript functions to your static assets directory in production. +* Ensure the tooltip `TargetSelector` only matches elements with overflow. ## See Also -- [ComboBox Overview](slug:components/combobox/overview) -- [MultiSelect Overview](slug:multiselect-overview) -- [Tooltip Overview](slug:tooltip-overview) -- [JavaScript scrollWidth Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollWidth) -- [JavaScript clientWidth Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/clientWidth) \ No newline at end of file +* [ComboBox Overview](slug:components/combobox/overview) +* [MultiSelect Overview](slug:multiselect-overview) +* [Tooltip Overview](slug:tooltip-overview) +* [JavaScript scrollWidth Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollWidth) +* [JavaScript clientWidth Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/clientWidth) \ No newline at end of file diff --git a/knowledge-base/combobox-virtualization-loader.md b/knowledge-base/combobox-virtualization-loader.md index a1bd68c2de..e4bee799f4 100644 --- a/knowledge-base/combobox-virtualization-loader.md +++ b/knowledge-base/combobox-virtualization-loader.md @@ -122,12 +122,12 @@ Modify the visibility of old items using CSS rules and conditionally toggle thei ### Key Points -- Use the `HeaderTemplate` for displaying a loading indicator during scrolling or filtering. -- Call the `Refresh` method on the ComboBox reference to update the UI dynamically during data load operations. -- Toggle visibility of old items using CSS to enhance user experience. +* Use the `HeaderTemplate` for displaying a loading indicator during scrolling or filtering. +* Call the `Refresh` method on the ComboBox reference to update the UI dynamically during data load operations. +* Toggle visibility of old items using CSS to enhance user experience. ## See Also -- [ComboBox HeaderTemplate Documentation](slug:components/combobox/templates#header-template) -- [ComboBox Reference and Methods](slug:components/combobox/overview#combobox-reference-and-methods) -- [ComboBox Virtualization Documentation](slug:combobox-virtualization#remote-data-example) \ No newline at end of file +* [ComboBox HeaderTemplate Documentation](slug:components/combobox/templates#header-template) +* [ComboBox Reference and Methods](slug:components/combobox/overview#combobox-reference-and-methods) +* [ComboBox Virtualization Documentation](slug:combobox-virtualization#remote-data-example) \ No newline at end of file diff --git a/knowledge-base/common-struct-error.md b/knowledge-base/common-struct-error.md index 05f1345540..033b23d925 100644 --- a/knowledge-base/common-struct-error.md +++ b/knowledge-base/common-struct-error.md @@ -102,4 +102,4 @@ public class Product ## See Also -- [Data Binding Overview](slug:common-features-data-binding-overview) \ No newline at end of file +* [Data Binding Overview](slug:common-features-data-binding-overview) \ No newline at end of file diff --git a/knowledge-base/datepicker-kb-change-starting-day-of-week.md b/knowledge-base/datepicker-kb-change-starting-day-of-week.md index 31bc8c06a1..977ef60bec 100644 --- a/knowledge-base/datepicker-kb-change-starting-day-of-week.md +++ b/knowledge-base/datepicker-kb-change-starting-day-of-week.md @@ -59,4 +59,4 @@ By setting the `FirstDayOfWeek` property to `DayOfWeek.Monday`, the DatePicker w ## See Also -- [DatePicker Overview Documentation](slug:components/datepicker/overview) +* [DatePicker Overview Documentation](slug:components/datepicker/overview) diff --git a/knowledge-base/daterangepicker-vertical-input-alignment.md b/knowledge-base/daterangepicker-vertical-input-alignment.md index f254fb1030..de5ccf24b3 100644 --- a/knowledge-base/daterangepicker-vertical-input-alignment.md +++ b/knowledge-base/daterangepicker-vertical-input-alignment.md @@ -24,9 +24,9 @@ components: ["daterangepicker"] ## Description This KB article answers the following questions: -- How to change the layout of DateRangePicker inputs in Blazor, so they appear vertically oriented? -- Can I display DateRangePicker inputs vertically in Blazor? -- Is there a way to adjust the DateRangePicker so the inputs appear on two lines, one on top of each other? +* How to change the layout of DateRangePicker inputs in Blazor, so they appear vertically oriented? +* Can I display DateRangePicker inputs vertically in Blazor? +* Is there a way to adjust the DateRangePicker so the inputs appear on two lines, one on top of each other? ## Solution @@ -63,5 +63,5 @@ This CSS ensures that the labels and inputs of the DateRangePicker display one b ## See Also -- [Repositioning Labels in DateRangePicker](https://docs.telerik.com/blazor-ui/knowledge-base/daterangepicker-reposition-labels) -- [DateRangePicker Overview](https://docs.telerik.com/blazor-ui/components/daterangepicker/overview) +* [Repositioning Labels in DateRangePicker](https://docs.telerik.com/blazor-ui/knowledge-base/daterangepicker-reposition-labels) +* [DateRangePicker Overview](https://docs.telerik.com/blazor-ui/components/daterangepicker/overview) diff --git a/knowledge-base/disable-text-input-enable-calendar-popup-datepicker-blazor.md b/knowledge-base/disable-text-input-enable-calendar-popup-datepicker-blazor.md index dc6cd519b6..5635db20a5 100644 --- a/knowledge-base/disable-text-input-enable-calendar-popup-datepicker-blazor.md +++ b/knowledge-base/disable-text-input-enable-calendar-popup-datepicker-blazor.md @@ -21,9 +21,9 @@ components: ["general"] I want to disable the text input so that users can only enter dates through the calendar and not by typing in the text box. Additionally, I need the calendar to open when clicking anywhere on the text box, not just the calendar icon. This KB article also answers the following questions: -- How can I disable typing in the Telerik DatePicker component? -- How do I open the DatePicker calendar by clicking on the textbox area? -- Is it possible to prevent text input in the DatePicker and still use the calendar for date selection? +* How can I disable typing in the Telerik DatePicker component? +* How do I open the DatePicker calendar by clicking on the textbox area? +* Is it possible to prevent text input in the DatePicker and still use the calendar for date selection? ## Solution @@ -66,5 +66,5 @@ To disable text input in the [DatePicker](https://docs.telerik.com/blazor-ui/com ## See Also -- [Telerik DatePicker Overview](https://docs.telerik.com/blazor-ui/components/datepicker/overview) -- [Telerik DatePicker Methods](https://docs.telerik.com/blazor-ui/components/datepicker/overview#datepicker-reference-and-methods) +* [Telerik DatePicker Overview](https://docs.telerik.com/blazor-ui/components/datepicker/overview) +* [Telerik DatePicker Methods](https://docs.telerik.com/blazor-ui/components/datepicker/overview#datepicker-reference-and-methods) diff --git a/knowledge-base/dockmanager-add-content-pane-footer.md b/knowledge-base/dockmanager-add-content-pane-footer.md index c64d53a83e..fff63a9a3d 100644 --- a/knowledge-base/dockmanager-add-content-pane-footer.md +++ b/knowledge-base/dockmanager-add-content-pane-footer.md @@ -85,4 +85,4 @@ To add a fixed footer below a scrollable content in a `DockManagerContentPane`, ## See Also -- [DockManager Documentation](slug:dockmanager-overview) +* [DockManager Documentation](slug:dockmanager-overview) diff --git a/knowledge-base/dockmanager-reset-state.md b/knowledge-base/dockmanager-reset-state.md index cc11c03ae2..b40de9d676 100644 --- a/knowledge-base/dockmanager-reset-state.md +++ b/knowledge-base/dockmanager-reset-state.md @@ -27,9 +27,9 @@ components: ["dockmanager"] I want to reset the [DockManager state](slug:dockmanager-state) on a button click. The DockManager currently only resets by reloading the page. I need a solution to reset its state dynamically. This knowledge base article also answers the following questions: -- How to reset DockManager layout to its default state? -- How to refresh DockManager without reloading the page? -- How to implement a button to reset DockManager panes? +* How to reset DockManager layout to its default state? +* How to refresh DockManager without reloading the page? +* How to implement a button to reset DockManager panes? ## Solution @@ -132,5 +132,5 @@ Change something in the DockManager (move, resize, or close panes). Тhen click ## See Also -- [DockManager Overview](slug:dockmanager-overview) -- [DockManager State](slug:dockmanager-state) +* [DockManager Overview](slug:dockmanager-overview) +* [DockManager State](slug:dockmanager-state) diff --git a/knowledge-base/dropdownbutton-add-separator-between-items.md b/knowledge-base/dropdownbutton-add-separator-between-items.md index 3448b3a595..7b73dbf7fa 100644 --- a/knowledge-base/dropdownbutton-add-separator-between-items.md +++ b/knowledge-base/dropdownbutton-add-separator-between-items.md @@ -57,5 +57,5 @@ To create a visual separator between items in a DropDownButton, apply a custom c ## See Also -- [DropDownButton Overview](slug:dropdownbutton-overview) -- [Customizing the Appearance of Telerik UI for Blazor Components](slug:themes-override) +* [DropDownButton Overview](slug:dropdownbutton-overview) +* [Customizing the Appearance of Telerik UI for Blazor Components](slug:themes-override) diff --git a/knowledge-base/dropdownlist-add-clear-button.md b/knowledge-base/dropdownlist-add-clear-button.md index f46f55161a..cc6d36c816 100644 --- a/knowledge-base/dropdownlist-add-clear-button.md +++ b/knowledge-base/dropdownlist-add-clear-button.md @@ -25,9 +25,9 @@ components: ["dropdownlist"] This knowledge base answers the following questions: -- How can I add a reset functionality to the [DropDownList for Blazor](slug:components/dropdownlist/overview)? -- Is it possible to integrate a clear button within the DropDownList for Blazor? -- What is the approach to clear the selected item in DropDownList for Blazor? +* How can I add a reset functionality to the [DropDownList for Blazor](slug:components/dropdownlist/overview)? +* Is it possible to integrate a clear button within the DropDownList for Blazor? +* What is the approach to clear the selected item in DropDownList for Blazor? ## Solution @@ -77,5 +77,5 @@ To add a clear button inside the DropDownList component, follow the steps below: ## See Also -- [Blazor DropDownList Overview](slug:components/dropdownlist/overview) -- [Blazor Button Overview](slug:components/button/overview) +* [Blazor DropDownList Overview](slug:components/dropdownlist/overview) +* [Blazor Button Overview](slug:components/button/overview) diff --git a/knowledge-base/dropdownlist-change-icon-when-popup-opened.md b/knowledge-base/dropdownlist-change-icon-when-popup-opened.md index 8d6e3cd0bf..13d5df4d9f 100644 --- a/knowledge-base/dropdownlist-change-icon-when-popup-opened.md +++ b/knowledge-base/dropdownlist-change-icon-when-popup-opened.md @@ -35,8 +35,8 @@ To change the DropDownList icon when the popup is opened, follow these steps: 2. Declare a flag to save the opened or closed state of the popup. 3. Toggle the flag value in the `OnOpen` and `OnClose` event handlers. 4. Use CSS to change the icon based on the flag value. Conditionally add a `