Kendo UI: grid and panelbar

374 Views Asked by At

I want to implement the following:

enter image description here

so, Kendo UI Grid and inside each row it has a panelbar. I try to find a solution, but most cases are vice versa: add a grid to panelbar. As I understand, I just need to add a child row to every row of grid. How to implement it?

I use ASP.NET Core.

1

There are 1 best solutions below

0
Fateme Mirjalili On BEST ANSWER

You can do it with the Detail Template of Grid.

Here is the sample : Dojo Sample

Check the reference here : Detail template