4 Answers, 1 is accepted
0
Hi Markus,
I tried to reproduce the problem locally but to no avail – everything is working as expected on our side (as seen in this screencast). Could you please elaborate more on the exact steps needed in order to reproduce it on our side?
Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Markus
Top achievements
Rank 1
answered on 19 Feb 2015, 09:47 AM
Hi Vladimir
Yes in your screencast you are not trying to select rows in the dropdownlist, the "top" rows (not the details) are selectable for me as well, but the ones that come from the detailinit are not.
Example: Expand the "Nancy" columns and try clicking on any row inside there.
Regards
Yes in your screencast you are not trying to select rows in the dropdownlist, the "top" rows (not the details) are selectable for me as well, but the ones that come from the detailinit are not.
Example: Expand the "Nancy" columns and try clicking on any row inside there.
Regards
0
Hello Markus,
Current behavior is expected as the nested grid have no "selectable" option enabled. After enabling this option the selection will start work for the nested grid as well.
Regards,
Vladimir Iliev
Telerik
Current behavior is expected as the nested grid have no "selectable" option enabled. After enabling this option the selection will start work for the nested grid as well.
function detailInit(e) { $("<div/>").appendTo(e.detailCell).kendoGrid({ selectable: true,Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Markus
Top achievements
Rank 1
answered on 20 Feb 2015, 08:32 AM
Silly me, shouldve figured this one out myself.
Thanks
Thanks