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

hierarcy grid and multiselect

1 Answer 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Zoinky
Top achievements
Rank 1
Zoinky asked on 10 Jan 2014, 06:11 PM
I am using this example http://www.kendoui.com/code-library/mvc/grid/using-multiselect-in-grid.aspx to put a multiselect in grid, which works great because the TeritoryEditor's data is set from ViewData and all works well, however I would like each multiselect's data source to be set when the parent is expanded, in other words the datasource should be loaded just like the children in the sub grid, I am not exactly sure where /how i should set the multiselect data source on based on parent

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 14 Jan 2014, 12:04 PM
Hello Zoinky,

The data cannot be loaded when the detail is expanded by loading the detail Grid in a partial view via Ajax. This can be achieved by using a widget like a TabStrip which can load remote content or with custom code in the detailInit event. 

Regards,
Daniel
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Zoinky
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or