I am a newbee in Kendo Components and need advice on selecting the right component.
I want a grid or tree representation of something like a book with the following structur.
- Book 1
-- Chapter 1
--- Subchapter 1
---- Line 1
---- Line 2
--- Subchapter 2
---- Line 1
---- Line 2
- Book 2
-------
-------
There are about 18 books. Some books divide lines in both chapters and subchapters. Other books only divide by chapters. So using a Grid can be a problem since setting groups = 'book, chapter, subchapter' would mean that books that dont use subchapters will be presented with an empty group for subchapter
I have tried using Master-Detail grid with 4 levels af grid (see the picture). This actually seem to work but will require a lot of styling to get rid of unwanted space. And there is the issue of a bit difficult navigation betwwen the levels.
Would it be better to use a treelist or treeview.