Skip to content
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

chore: apply seo recommendations #2418

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion knowledge-base/dropdownlist-kb-nodatatext.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: No Data Text Missing in DropDownList Popup
description: How to make the "No Data" text vertically aligned based on the dropdown height in order to have it always visible?
description: How to make the No Data text vertically aligned based on the dropdown height in order to have it always visible?
type: troubleshooting
page_title: No Data Text Not Visible in the DropDownList Popup
slug: dropdownlist-kb-nodatatext
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: GridColumn in a separate file is always displayed as last on the right
description: I have noticed that if I specify a GridColumn in a razor component and then try to use it in a Telerik Grid elsewhere, this column gets set as the last one on the right, regardless of where I place it in my code (the "html" order).
description: I have noticed that if I specify a GridColumn in a razor component and then try to use it in a Telerik Grid elsewhere, this column gets set as the last one on the right, regardless of where I place it in my HTML markup.
page_title: GridColumn in a separate file is always displayed as last on the right
slug: grid-kb-column-in-custom-component-is-last
position:
Expand Down
2 changes: 1 addition & 1 deletion knowledge-base/grid-filterrow-bool-customization.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Change the Boolean Filtering Options in a FilterRow Dropdown
description: Learn how to customize the default text in a Grid FilterRow dropdown list, including changing "is true" and "is false" to "Yes" and "No," modifying the FilterRow dropdown list display names, and filtering the boolean column values by null for a more user-friendly and tailored filtering experience.
description: Learn how to customize the default text in a Grid FilterRow dropdown list, including changing is true and is false to Yes and No, modifying the FilterRow dropdown list display names, and filtering the boolean column values by null for a more user-friendly and tailored filtering experience.
type: how-to
page_title: How to Change the Boolean Filtering Options in a FilterRow Dropdown
slug: grid-kb-filterrow-bool-customization
Expand Down
2 changes: 1 addition & 1 deletion knowledge-base/grid-hide-pager-when-no-data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Hide Grid Pager When Data is Null or Empty
description:
description: How to remove or hide the Grid pagination section when there are no available records?
type: how-to
page_title: Hide the Grid Pager When the Data is Null or Empty
slug: grid-kb-hide-pager-when-no-data
Expand Down
2 changes: 1 addition & 1 deletion knowledge-base/grid-pre-select-checkbox-filter.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: How to pre-set a checkbox filter with a filter descriptor?
description:
description: How can I pre-set a checkbox filter using a filter descriptor and how to set checkbox filter on Grid first load?
type: how-to
page_title: How to pre-set a checkbox list filter using a filter descriptor?
slug: grid-pre-select-checkbox-filter
Expand Down
2 changes: 1 addition & 1 deletion knowledge-base/grid-search-startswith.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Search Grid by StartsWith Filter Operator
description: How to search the Grid with a "starts with" operator, instead of "contains". How to customize the GridSeachBox filtering behavior.
description: How to search the Grid with a starts with operator, instead of contains. How to customize the GridSeachBox filtering behavior.
type: how-to
page_title: How to Search Grid Items with a StartsWith Filter Operator
slug: grid-kb-search-startswith
Expand Down
6 changes: 3 additions & 3 deletions knowledge-base/grid-set-all-page-size-option-as-default.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Set "All" PageSize Option as Default
description: How to set the "All" option for the PageSize as default in Telerik Grid for Blazor.
title: Set All PageSize Option as Default
description: How to set the All option for the PageSize as default in Telerik Grid for Blazor.
type: how-to
page_title: How to Set "All" PageSize Option as Default
page_title: How to Set All PageSize Option as Default
slug: grid-kb-set-all-pagesize-option-as-default
tags: grid, page, size, all, option, default
ticketid: 1624891
Expand Down
2 changes: 1 addition & 1 deletion knowledge-base/window-modal-minimize-popup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: How to minimize a popup window to the bottom of the page?
description:
description: Is there any way to collapse a window to the bottom of a page and how to create a responsive modal that can be minimized?
type: how-to
page_title: How to minimize a popup window to the bottom of the page?
slug: window-modal-minimize-popup
Expand Down
Loading