Skip to content

Commit aef67f5

Browse files
authored
Update components/grid/templates/popup-form-template.md
1 parent 1a4149b commit aef67f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/templates/popup-form-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When using the template, the built-in popup form is replaced by the declared con
3232
* There are [two ways to define custom Form buttons](slug:grid-kb-handle-empty-popup-footer):
3333
* Use the [Form `<FormButtons>` template](slug:form-formitems-buttons).
3434
* Use the [Grid `<ButtonsTemplate>`](slug:grid-templates-popup-buttons), which is empty by default when using a `<FormTemplate>`. Remove the duplicate [built-in Form Submit button with an empty `<FormButtons>` template](slug:form-formitems-buttons).
35-
* If you leave the Grid popup footer (`<ButtonsTemplate>`) empty, it takes up some space in the popup. You can [remove this empty popup footer space with CSS](slug:grid-kb-handle-empty-popup-footer).
35+
* If you leave the Grid popup footer (`<ButtonsTemplate>`) empty, it takes up space in the popup. You can [remove this empty popup footer space with CSS](slug:grid-kb-handle-empty-popup-footer).
3636
* The `FormTemplate` disables the [built-in validation](slug:grid-editing-validation) of the Grid. Implement a [Form Validation](slug:form-validation) instead.
3737
* The [`<GridPopupEditFormSettings>` parameters](slug:grid-editing-popup#form-layout) do not apply to a custom `TelerikForm` that you may render inside the `<FormTemplate>` tag. Set the desired Form configurations such as `Columns`, `Orientation`, and more on the [Form component](slug:form-overview#form-parameters).
3838

0 commit comments

Comments
 (0)