This is a migrated thread and some comments may be shown as answers.

Paging ComboBox items

1 Answer 421 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Boguslaw
Top achievements
Rank 1
Boguslaw asked on 19 Mar 2020, 09:52 AM

Hi,

is it possible to combine combobox with paging ?

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 19 Mar 2020, 09:57 AM

Hello Boguslaw,

You could use a grid with single selection and place it in an AnimationContainer so it acts like a dropdown.

You can also Follow the implementation of a built-in virtualization feature in this page (I added your Vote on your behalf): https://feedback.telerik.com/blazor/1457808-combobox-virtualization

For the time being, custom filtering through the OnRead event can let you optimize the data queries and number of rendered items: https://docs.telerik.com/blazor-ui/components/combobox/events#onread

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor
BobB
Top achievements
Rank 1
commented on 29 Nov 2021, 08:03 PM

Is paging for a Blazor combobox on the roadmap at all?
Marin Bratanov
Telerik team
commented on 01 Dec 2021, 07:23 PM

In Blazor, what we'd rather do is to have a dropdown grid component, or a dropdown component that lets you put whatever you want in the dropdown (like a grid with paging):

Feel free to Vote for them, and to Follow them for status updates.

Tags
ComboBox
Asked by
Boguslaw
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or