Skip to content

Commit b1b011d

Browse files
committed
Kb links to blazor UI projects (#214)
1 parent f4f82d6 commit b1b011d

21 files changed

+423
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Allowed dates for Calendar
3+
description: How to set small list of allowed dates in Calendar.
4+
type: how-to
5+
page_title: Allowed dates for Calendar
6+
slug: calendar-kb-allowed-dates
7+
position:
8+
tags:
9+
res_type: kb
10+
---
11+
12+
13+
## Description
14+
15+
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)?
16+
17+
## Solution
18+
19+
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).
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Print Chart only
3+
description: How to print only the Chart.
4+
type: how-to
5+
page_title: Print Chart only
6+
slug: chart-kb-print-chart-only
7+
position:
8+
tags:
9+
res_type: kb
10+
---
11+
12+
13+
## Description
14+
15+
How to print the rendered Blazor Chart?
16+
17+
18+
## Solution
19+
20+
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).
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Telerik Blazor Components and WebAssembly Lazy Load of Assemblies
3+
description: How to use the lazy assembly loading feature of Blazor with the Telerik components.
4+
type: how-to
5+
page_title: Telerik Blazor Components and WebAssembly Lazy Load of Assemblies
6+
slug: common-kb-lazy-load-assemblies-wasm
7+
position:
8+
tags:
9+
res_type: kb
10+
---
11+
12+
13+
## Description
14+
15+
How to use the lazy assembly loading feature of Blazor with the Telerik components?
16+
17+
18+
## Solution
19+
20+
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).
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Drawer as Side Navigation
3+
description: How to use Drawer as Side Navigation in a project.
4+
type: how-to
5+
page_title: Drawer as Side Navigation
6+
slug: drawer-kb-as-side-navigation
7+
position:
8+
tags:
9+
res_type: kb
10+
---
11+
12+
13+
## Description
14+
15+
How to use Drawer as a side navigation in a project?
16+
17+
18+
## Solution
19+
20+
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).
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Custom Drawer Template as Side Navigation
3+
description: How to use Drawer Template as Side Navigation in a project.
4+
type: how-to
5+
page_title: Custom Drawer Template as Side Navigation
6+
slug: drawer-kb-template-as-side-navigation
7+
position:
8+
tags:
9+
res_type: kb
10+
---
11+
12+
13+
## Description
14+
15+
How to use Drawer Template as a side navigation in a project?
16+
17+
18+
## Solution
19+
20+
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).
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Two Drawers on the Same Site
3+
description: How to put two Drawers on the same site.
4+
type: how-to
5+
page_title: Two Drawers on the Same Site
6+
slug: drawer-kb-two-drawers-on-the-same-site
7+
position:
8+
tags:
9+
res_type: kb
10+
---
11+
12+
13+
## Description
14+
15+
How to put two Drawers on the same site? How to use `Push` and `Overlay` Drawers in the same layout?
16+
17+
18+
## Solution
19+
20+
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).

knowledge-base/editor-markdown.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Markdown Editor
3+
description: How to use Markdown content in the Editor.
4+
type: how-to
5+
page_title: Markdown Editor
6+
slug: editor-kb-markdown
7+
position:
8+
tags:
9+
res_type: kb
10+
---
11+
12+
13+
## Description
14+
15+
How to use Markdown content in the Editor?
16+
17+
18+
## Solution
19+
20+
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).
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Adjust height of the Grid to match with the browser
3+
description: How to adjust the height of the Grid to match with the browser.
4+
type: how-to
5+
page_title: Adjust Grid height with browser
6+
slug: grid-kb-adjust-height-with-browser
7+
position:
8+
tags:
9+
res_type: kb
10+
---
11+
12+
13+
## Description
14+
15+
How to change page size according to the available height? How to hide columns based on screen size?
16+
17+
18+
## Solution
19+
20+
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).
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Binding Grid to Expando object
3+
description: How to bind Grid to Expando object.
4+
type: how-to
5+
page_title: Binding Grid to Expando object
6+
slug: grid-kb-binding-to-expando-object
7+
position:
8+
tags:
9+
res_type: kb
10+
---
11+
12+
13+
## Description
14+
15+
How to bind Grid to Expando object?
16+
17+
18+
## Solution
19+
20+
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)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Use Telerik DataSourceRequest and DataSourceResult on the server
3+
description: How to use Telerik DataSourceRequest and DataSourceResult on the server.
4+
type: how-to
5+
page_title: Telerik DataSourceRequest and DataSourceResult
6+
slug: grid-kb-datasourcerequest-on-server
7+
position:
8+
tags:
9+
res_type: kb
10+
---
11+
12+
13+
## Description
14+
15+
How to send the Grid state to the server and retrieve data? How to use Telerik `DataSourceRequest` and `DataSourceResult` on the server?
16+
17+
How to call the server and recieve only the desired information for paging, sorting, filtering?
18+
19+
How to optimize the amount of loaded data?
20+
21+
22+
## Solution
23+
24+
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).

0 commit comments

Comments
 (0)