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
If I write any text even it is single word, entire Text is wrapped with <p> tags which is giving empty space (margin) in SSRS report.
Telerik Editor Control has option to disable this behavior with FixEnclosingP Content Filter.
Is there any configuration in Kendo Editor like FixEnclosingP in Telerik Editor Control?