Hello,
is there any way to load data while filtering or expanding first-level tree items (any event?)? I cannot rebind value to datasource again while it turning back from service (or maybe I can but I don't know how)?
I've got .NET Core 5 WebAPI. There is an endpoint that returns over 4000 items (there are approximately 15 first-level items) which I want to bind to ejs-dropdowntree but every opening of control takes time and hangs out the website for a moment. Our goal: control is rendered with empty datasource. When user starts typing filter value we make request to our endpoint which returns filtered data and bind to datasource.
Thans for help in advance!