<kendo:form-grid-gutter>
Defines the width of the gutters between the columns / rows.
Example
<kendo:form-grid>
<kendo:form-grid-gutter></kendo:form-grid-gutter>
</kendo:form-grid>
Configuration Attributes
cols java.lang.Object
Defines the width of the gutters between the columns.
Example
<kendo:form-grid-gutter cols="cols">
</kendo:form-grid-gutter>
rows java.lang.Object
Defines the width of the gutters between the rows.
Example
<kendo:form-grid-gutter rows="rows">
</kendo:form-grid-gutter>