Hello Joel,
I examined the provided code. The reason for the described faulty behavior comes from the fact that the row template is not inside the relevant property.
If we use an implementation similar to the one below, the issue should be resolved:
.ClientRowTemplate(
"<tr data-uid='#: uid #'>" +
"<td class='checkbox'>" +
"<input type='checkbox' name='optCheck' />" +
"</td>" +
"<td class='details'>" +
"<span class='name'>#: Name #</span>" +
"<span class='desc'>#: Description #</span>" +
"</td>" +
"</tr>"
)
Also, you could check our demo regarding the Row Templates - https://demos.telerik.com/aspnet-core/grid/rowtemplate
I hope the above information helps.
Regards,
Preslav
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.