This is a migrated thread and some comments may be shown as answers.

Kendo Grid MVC: How to Cascade a Multi-select from a Dropdown list in an inline grid.

1 Answer 433 Views
Grid
This is a migrated thread and some comments may be shown as answers.
riz
Top achievements
Rank 1
riz asked on 04 Aug 2018, 02:09 AM
Hello, can someone (admin) provide me a thorough working example on how to have a Multi-select have its values fetched using ajax when a dropdown is changed in a row in a grid when doing inline editing? I'm using Asp.Net MVC. I've looked at some samples, but seems that CascadeFrom() function is not supported in a multi-select.  Please provide working sample for both inline grid and popup.

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 08 Aug 2018, 12:18 PM
Hi Riz,

In order to specify cascading editors for the Grid I would suggest using an approach similar to the one from the following example.


In order to make the MultiSelect read the relevant data you can specify handler for the DropDownList change event. In the event handler call the read method for the MultiSelect dataSource and pass the selected item in the dropdown as parameter. Thus, only the relevant records will be requested.


Regards,
Viktor Tachev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
riz
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or