Dropdown Virtualization Using Stored Procedures not working

1 Answer 147 Views
DropDownList
Clinton
Top achievements
Rank 1
Clinton asked on 22 Nov 2021, 05:20 PM | edited on 22 Nov 2021, 05:46 PM
Hi,

1 Answer, 1 is accepted

Sort by
0
Tsvetomir
Telerik team
answered on 25 Nov 2021, 09:48 AM

Hi Clinton,

The way the data is retrieved is of no importance to the Telerik UI DropDownList. The idea is to return the IEnumerable collection or IQueryable with the .ToDataSourceResult() method.

Also, the virtualization depends on the value mapper. Both of the features mentioned are covered in the demo below:

https://demos.telerik.com/aspnet-core/dropdownlist/virtualization

Regarding the virtualization, I recommend the following article that covers the case in detail:

https://docs.telerik.com/aspnet-core/html-helpers/editors/dropdownlist/virtualization

Alternatively, if the issue remains, I recommend using our Fiddler jam product to record the behavior of the app and send it back to me so that I could investigate it:

https://docs.telerik.com/aspnet-core/integration-with-other-telerik-products/capture-issues-with-fiddler-jam

 

Kind regards,
Tsvetomir
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/.

Tags
DropDownList
Asked by
Clinton
Top achievements
Rank 1
Answers by
Tsvetomir
Telerik team
Share this question
or