Hello,
When I add the tag Filterable="true" to my DropDownList I get the following exception when I try to click on the dropdown:
" Could not find 'TelerikBlazor.initDropDownListFilter' ('initDropDownListFilter' was undefined)."
The project build without a problem but the error occurs when I click the dropdown. Am I missing a using statement or what could be the problem?