Is this form of server template creation supported in Kendo/MVC?
I've seen server templates created like this but not like the above.
.Template(t =>
{
@<
text
>
This is my custom template
</
text
>
}
)
I've seen server templates created like this but not like the above.