Can we create kendo tree list view with hirechical data where we have to group the data based on date?
If yes please share example.
[
{
"date": "11/11/2015",
"childdata": [
{
"item1": "item1"
},
{
"item2": "item2"
},
{
"item3": "item3"
}
]
},
{
"date": "11/12/2014",
"childdata": [
{
"item1": "item1"
},
{
"item2": "item2"
},
{
"item3": "item3"
}
]
}
]