Skip to content

The Search of cascading DropDownLists is not working with wrappers #8274

@eyupyusein

Description

@eyupyusein

The following dojo demonstrates how the searching should behave:
https://dojo.telerik.com/NvwCiymq/3

Image

The same should happen with the wrappers:
https://netcorerepl.telerik.com/GzOqvhkq024jFx6s55

It should display only Konbu:

Image

I suppose the issue is related to the fact that the Core/MVC counterpart requires additional value to be sent manually, which I think should happen automatically with internal code:

    function filterProducts() {
        return {
            categories: $("#categories").val()
        };
    }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions