or
Kendo().Grid
...
.DataSource(datasource => datasource
.Ajax()
.Model(m => m.Id(p=> p.Id))
.Read(read => read.Action("ClassificationTypesGridData", "Admin"))
I'm thinking this has to do with the fact that I started with an existing ul/li structure as it doesn't appear to happen on the demos.
If I'm incorrect here, what is the resolution?
JB