Please transfer this feature request. and notify us when this feature become available.
Thanks,
Krishna.
ADMIN
Stefan
Posted on:31 Mar 2021 04:53
Hello, Krishna,
The Grid infinite scrolling is based on the onScroll event of its containers which is very different from virtual scrolling.
Both types of scrolling a very different and currently the ComboBox supports only virtual scrolling.
If you wish I can transfer this ticket to an official feature request for infinite scrolling for the ComboBox. This will be done by exposing the onScroll event similar to how it is done in the Grid.
Regards,
Stefan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Krishna
Posted on:30 Mar 2021 22:35
I see scroll bar height on combox is set based on virtual total.
If I limit the virtual total to my page size of 20. pagechage event is not triggered as it is thinking total is already reached.
If I add virtual total to my total from server scroll bar is too small to handle below logic.
So I cannot apply my logic of infinite scrolling in pagechnage
I assume it is better if I have a scroll event on comobox. otherwise please provide an example how the above scenario can be implemented with virtual using hooks.
Thanks,
Krishna
Krishna
Posted on:30 Mar 2021 13:43
Hi Stefan,
I'm looking for infinite scroll as in Kendo react grid, where we have on scroll event to handle page change.
This is added to the same page change event in kendo comobo. I'm looking for an example of that.
Thanks,
Krishna.
ADMIN
Stefan
Posted on:30 Mar 2021 06:07
Hello, Krishna,
I can suggest checking our example of the ComboBox with virtualization: