From abb85689f60b0b6888fe805873fcccc4699e293c Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:56:45 +0300 Subject: [PATCH] kb(Selects): Add KB for virtual scrolling skeletons --- .../common/dropdowns-virtualization.md | 2 +- ...ator-skeletons-during-virtual-scrolling.md | 162 ++++++++++++++++++ 2 files changed, 163 insertions(+), 1 deletion(-) create mode 100644 knowledge-base/dropdowns-show-loading-indicator-skeletons-during-virtual-scrolling.md diff --git a/_contentTemplates/common/dropdowns-virtualization.md b/_contentTemplates/common/dropdowns-virtualization.md index 954465b0a..4aca64804 100644 --- a/_contentTemplates/common/dropdowns-virtualization.md +++ b/_contentTemplates/common/dropdowns-virtualization.md @@ -33,7 +33,7 @@ the component will call this method to request the model that matches the `Value #limitations * When the initially selected item is not on the first page, the dropdown does not scroll to it on first opening. -* The component calculates the position of the dropdown items during virtual scrolling. In this case, the loading indicators (skeletons) do not display as they will affect the proper item positioning. +* The component calculates the position of the dropdown items during virtual scrolling. In this case, the loading indicators (skeletons) do not display as they will affect the proper item positioning. You can [add loading skeletons to the virtual dropdown with CSS](slug:dropdowns-kb-show-loading-indicator-skeletons-during-virtual-scrolling). #end #remote-data-sample-intro diff --git a/knowledge-base/dropdowns-show-loading-indicator-skeletons-during-virtual-scrolling.md b/knowledge-base/dropdowns-show-loading-indicator-skeletons-during-virtual-scrolling.md new file mode 100644 index 000000000..d55298522 --- /dev/null +++ b/knowledge-base/dropdowns-show-loading-indicator-skeletons-during-virtual-scrolling.md @@ -0,0 +1,162 @@ +--- +title: Display Loading Indicators during Virtual Scrolling +description: Learn how to display loading skeleton indicators during virtual scrolling in a Telerik Blazor AutoComplete, ComboBox, DropDownList, MultiColumnComboBox, and MultiSelect componenta. +type: how-to +page_title: How to Display Loading Indicators during Virtual Scrolling +slug: dropdowns-kb-show-loading-indicator-skeletons-during-virtual-scrolling +tags: telerik, blazor, virtualization, autocomplete, combobox, dropdownlist, multicolumncombobox, multiselect +ticketid: 1587267, 1699463 +res_type: kb +--- + +## Environment + +
Product | +
+ AutoComplete for Blazor, + ComboBox for Blazor, + DropDownList for Blazor, + MultiColumnComboBox for Blazor, + MultiSelect for Blazor + |
+