Hello,
Any help on below much appreciated.
I have two dropdowns using cascading dropdownlist with kendo UI for Asp.net core. Child dropdown depends on parent dropdown.
When i select a option/item in parent drop down list, child dropdown supposed to enable as parent dropdown list has value selected. But child drop list is NOT enabling ad remain disabled.
Below is my code snippet.
See below, option "Category_2" selected but still child dropdown "Product" is not enabled. I tried many solutions, still No luck.
Please help me on this.
Hi, Sadaq, I have investigated the client-side code snippets and they appear to be set up correctly. Is it possible for you to share a few data items of the data source of the widget along with the server-side code snippets?
In the meantime, you could open the console of the browser and examine it for any potential JavaScript errors that might have been thrown. Also, could you share the exact version of the ASP.NET Core product that is in use?