Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions knowledge-base/calendar-allowed-dates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Allowed dates for Calendar
description: How to set small list of allowed dates in Calendar.
type: how-to
page_title: Allowed dates for Calendar
slug: calendar-kb-allowed-dates
position:
tags:
res_type: kb
---


## Description

How to disable all dates that are not included in the `AllowedDates` parameter (when the allowed dates are just a small list and all other dates should be disabled)?

## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/calendar/allowed-dates](https://github.com/telerik/blazor-ui/tree/master/calendar/allowed-dates).
20 changes: 20 additions & 0 deletions knowledge-base/chart-print-chart-only.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Print Chart only
description: How to print only the Chart.
type: how-to
page_title: Print Chart only
slug: chart-kb-print-chart-only
position:
tags:
res_type: kb
---


## Description

How to print the rendered Blazor Chart?


## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/chart/print-chart-only](https://github.com/telerik/blazor-ui/tree/master/chart/print-chart-only).
20 changes: 20 additions & 0 deletions knowledge-base/common-lazy-load-assemblies-wasm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Telerik Blazor Components and WebAssembly Lazy Load of Assemblies
description: How to use the lazy assembly loading feature of Blazor with the Telerik components.
type: how-to
page_title: Telerik Blazor Components and WebAssembly Lazy Load of Assemblies
slug: common-kb-lazy-load-assemblies-wasm
position:
tags:
res_type: kb
---


## Description

How to use the lazy assembly loading feature of Blazor with the Telerik components?


## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/common/lazy-load-assemblies-wasm](https://github.com/telerik/blazor-ui/tree/master/common/lazy-load-assemblies-wasm).
20 changes: 20 additions & 0 deletions knowledge-base/drawer-as-side-navigation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Drawer as Side Navigation
description: How to use Drawer as Side Navigation in a project.
type: how-to
page_title: Drawer as Side Navigation
slug: drawer-kb-as-side-navigation
position:
tags:
res_type: kb
---


## Description

How to use Drawer as a side navigation in a project?


## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/drawer/sidenav](https://github.com/telerik/blazor-ui/tree/master/drawer/sidenav).
20 changes: 20 additions & 0 deletions knowledge-base/drawer-template-as-side-navigation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Custom Drawer Template as Side Navigation
description: How to use Drawer Template as Side Navigation in a project.
type: how-to
page_title: Custom Drawer Template as Side Navigation
slug: drawer-kb-template-as-side-navigation
position:
tags:
res_type: kb
---


## Description

How to use Drawer Template as a side navigation in a project?


## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/drawer/template](https://github.com/telerik/blazor-ui/tree/master/drawer/template).
20 changes: 20 additions & 0 deletions knowledge-base/drawer-two-drawers-on-the-same-site.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Two Drawers on the Same Site
description: How to put two Drawers on the same site.
type: how-to
page_title: Two Drawers on the Same Site
slug: drawer-kb-two-drawers-on-the-same-site
position:
tags:
res_type: kb
---


## Description

How to put two Drawers on the same site? How to use `Push` and `Overlay` Drawers in the same layout?


## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/drawer/two-drawers](https://github.com/telerik/blazor-ui/tree/master/drawer/two-drawers).
20 changes: 20 additions & 0 deletions knowledge-base/editor-markdown.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Markdown Editor
description: How to use Markdown content in the Editor.
type: how-to
page_title: Markdown Editor
slug: editor-kb-markdown
position:
tags:
res_type: kb
---


## Description

How to use Markdown content in the Editor?


## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/editor/Markdown](https://github.com/telerik/blazor-ui/tree/master/editor/Markdown).
20 changes: 20 additions & 0 deletions knowledge-base/grid-adjust-height-with-browser.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Adjust height of the Grid to match with the browser
description: How to adjust the height of the Grid to match with the browser.
type: how-to
page_title: Adjust Grid height with browser
slug: grid-kb-adjust-height-with-browser
position:
tags:
res_type: kb
---


## Description

How to change page size according to the available height? How to hide columns based on screen size?


## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/grid/adjust-height-with-browser](https://github.com/telerik/blazor-ui/tree/master/grid/adjust-height-with-browser).
20 changes: 20 additions & 0 deletions knowledge-base/grid-binding-to-expando-object.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Binding Grid to Expando object
description: How to bind Grid to Expando object.
type: how-to
page_title: Binding Grid to Expando object
slug: grid-kb-binding-to-expando-object
position:
tags:
res_type: kb
---


## Description

How to bind Grid to Expando object?


## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/grid/binding-to-expando-object](https://github.com/telerik/blazor-ui/tree/master/grid/binding-to-expando-object)
24 changes: 24 additions & 0 deletions knowledge-base/grid-datasourcerequest-on-server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Use Telerik DataSourceRequest and DataSourceResult on the server
description: How to use Telerik DataSourceRequest and DataSourceResult on the server.
type: how-to
page_title: Telerik DataSourceRequest and DataSourceResult
slug: grid-kb-datasourcerequest-on-server
position:
tags:
res_type: kb
---


## Description

How to send the Grid state to the server and retrieve data? How to use Telerik `DataSourceRequest` and `DataSourceResult` on the server?

How to call the server and recieve only the desired information for paging, sorting, filtering?

How to optimize the amount of loaded data?


## Solution

A couple of examples are available in the following project: [https://github.com/telerik/blazor-ui/tree/master/grid/datasourcerequest-on-server](https://github.com/telerik/blazor-ui/tree/master/grid/datasourcerequest-on-server).
19 changes: 19 additions & 0 deletions knowledge-base/grid-export-to-xlsx-hierarchy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Grid Export To Excel (Hierarchy)
description: How to export hierarchical data to Excel.
type: how-to
page_title: Grid Export To Excel (Hierarchy)
slug: grid-kb-export-to-xlsx-hierarchy
position:
tags:
res_type: kb
---


## Description

How to export hierarchical data to Excel?

## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/grid/export-to-xlsx-hierarchy](https://github.com/telerik/blazor-ui/tree/master/grid/export-to-xlsx-hierarchy).
19 changes: 19 additions & 0 deletions knowledge-base/grid-load-on-demand-hierarchy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Load data on demand in a Hierarchy Grid
description: How to load data on demand when you have Hierarchy Grid.
type: how-to
page_title: Load data on demand in a Hierarchy Grid
slug: grid-kb-load-on-demand-hierarchy
position:
tags:
res_type: kb
---


## Description

How to load data on demand when you have Hierarchy Grid?

## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/grid/load-on-demand-hierarchy](https://github.com/telerik/blazor-ui/tree/master/grid/load-on-demand-hierarchy).
20 changes: 20 additions & 0 deletions knowledge-base/grid-paste-from-excel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Import (Paste) from Excel
description: How to Import (Paste) content in the Grid from Excel.
type: how-to
page_title: Import (Paste) from Excel
slug: grid-kb-paste-from-excel
position:
tags:
res_type: kb
---


## Description

How to import (paste) content in the Grid from Excel instead of using the built-in way for creating new items?


## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/grid/paste-from-excel](https://github.com/telerik/blazor-ui/tree/master/grid/paste-from-excel).
20 changes: 20 additions & 0 deletions knowledge-base/grid-remote-validation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Remote Validation in Grid
description: How to use remote (server, async) validation in Grid.
type: how-to
page_title: Remote Validation in Grid
slug: grid-kb-remote-validation
position:
tags:
res_type: kb
---


## Description

How to use remote (server, async) validation upon Insert or Update in Grid? How to prevent updating/inserting of items when they don't match certain conditions that cannot be implemented through the standard `DataAnnotation` validation?


## Solution

A couple of examples are available in the following project: [https://github.com/telerik/blazor-ui/tree/master/grid/remote-validation](https://github.com/telerik/blazor-ui/tree/master/grid/remote-validation).
22 changes: 22 additions & 0 deletions knowledge-base/listview-validation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: ListView Validation
description: How to add validation to the ListView and cancel the operation if it fails.
type: how-to
page_title: ListView Validation
slug: listview-kb-validation
position:
tags:
res_type: kb
---


## Description

How to add validation to the ListView Edit and Insert operations?

How to cancel the event when validation fails and keep the ListView in edit/insert mode?


## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/listview/ValidationExamples](https://github.com/telerik/blazor-ui/tree/master/listview/ValidationExamples).
20 changes: 20 additions & 0 deletions knowledge-base/multiselect-add-new-item.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Add New Item to MultiSelect
description: How to add new item to MultiSelect.
type: how-to
page_title: Add New Item to MultiSelect
slug: multiselect-kb-add-new-item
position:
tags:
res_type: kb
---


## Description

How to allow the user to add new items to the Multiselect?


## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/multiselect/add-new-item](https://github.com/telerik/blazor-ui/tree/master/multiselect/add-new-item).
20 changes: 20 additions & 0 deletions knowledge-base/scheduler-appointment-context-menu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Appointment Context Menu
description: How to add context menu to the appointments.
type: how-to
page_title: Appointment Context Menu
slug: scheduler-kb-appointment-context-menu
position:
tags:
res_type: kb
---


## Description

How to add [Context menu](https://docs.telerik.com/blazor-ui/components/contextmenu/overview) to the appointments to provide shortcuts to custom features?


## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/scheduler/appointment-context-menu](https://github.com/telerik/blazor-ui/tree/master/scheduler/appointment-context-menu).
20 changes: 20 additions & 0 deletions knowledge-base/scheduler-custom-appointment-tooltips.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Custom Appointment Tooltips
description: How to customize the Appointment Tooltips.
type: how-to
page_title: Custom Appointment Tooltips
slug: scheduler-kb-custom-appointment-tooltips
position:
tags:
res_type: kb
---


## Description

How to customize the Appointment Tooltips? How to add more content in the Appointment Tooltips?


## Solution

An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/scheduler/appointment-tooltips](https://github.com/telerik/blazor-ui/tree/master/scheduler/appointment-tooltips).
Loading