GridDetailTemplateBuilder
Methods
Template(System.Action)
Sets the server-side detail template for the grid using a code block template.
Parameters
value - System.Action<T>
The action that defines the detail template content.
Template(System.Func)
Sets the server-side detail template for the grid using an inline template.
Parameters
value - System.Func<T,Object>
The function that defines the detail template content and returns the rendered output.
ClientTemplate(System.String)
Sets the client-side detail template for the grid using a Kendo UI template string.
Parameters
value - System.String
The client-side template string that will be rendered for each detail row.