-
Notifications
You must be signed in to change notification settings - Fork 80
Kb links to blazor UI projects #214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
093397c
kb(grid): create kb-s and link them to the blazor-ui projects, all gr…
ntacheva 7211d1a
kb(calendar, chart, drawer, editor):kbs for the projects in blazor-ui…
ntacheva 64a3cfa
kb(grid): create kb-s and link them to the blazor-ui projects, all gr…
ntacheva 71c3e82
kb(calendar, chart, drawer, editor):kbs for the projects in blazor-ui…
ntacheva 2ff486c
kb(listview, multiselect, notification, scheduler, tabstrip, tooltip)…
ntacheva dfd4ee6
Merge branch 'kb-links-to-blazor-ui-projects' of github.com:telerik/b…
ntacheva 68de42c
kb(upload, common): added a couple more articles linking to blazor-ui…
ntacheva 4c1fd80
kb(grid): create kb-s and link them to the blazor-ui projects, all gr…
ntacheva e68c705
kb(calendar, chart, drawer, editor):kbs for the projects in blazor-ui…
ntacheva 7f1a074
kb(listview, multiselect, notification, scheduler, tabstrip, tooltip)…
ntacheva 800d273
kb(upload, common): added a couple more articles linking to blazor-ui…
ntacheva 591b66b
kb(common): added kb linking to wasm lazy load assemblies project in …
ntacheva c82a1bb
Merge branch 'kb-links-to-blazor-ui-projects' of github.com:telerik/b…
ntacheva b85afd4
chore(common):removed the duplicated kbs and modified grid-datasource…
ntacheva File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| --- | ||
ntacheva marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 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). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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? | ||
ntacheva marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| 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). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.