Extension Points and Source Code Customization : Row templates
  

Row templates

Kendo UI has support for templates to display data in a certain format. Templates can be used in Kendo UI for both Grids and Forms. In Kendo UI Builder, this Kendo UI template functionality provides options to specify templates for the rows of Kendo UI Grids in grid views, such as the Data-Grid view.
A row template can be specified using the following properties in the PROPERTIES pane of any grid view in the Kendo UI Designer:
*Row Template Id — Specifies the ID of a template for grid rows defined in an HTML file.
*Row Template Function — Specifies the name of a function that returns a template for grid rows in the grid view's controller.public.js file.
Note: If both the Row Template Id and Row Template Function properties are defined, Row Template Id takes precedence.
*Alt Row Template Id — Specifies the ID of a template for every other grid row defined in an HTML file.
*Alt Row Template Function — Specifies the name of a function that returns a template for every other grid row in the grid view's controller.public.js file.
Note: If both the Alt Row Template Id and Alt Row Template Function properties are defined, Alt Row Template Id takes precedence.
* Row template format
* Row template ID
* Row template function