I'm converting a web site that puts complex Razor code into a TD cell. How is Razor code put into a template on a Kendo Grid?
Sample of the code that needs to get run and put into a cell:
Sample of the code that needs to get run and put into a cell:
@if (item.IsActionAvailable())
{
using (Html.BeginForm("Subscribe", "abc", FormMethod.Post, new { id = @formId }))
{
<
div
id
=
"@divId"
class
=
"subForm"
>