Skip to content

Commit a6de21a

Browse files
authored
Revert "Added new kb article grid-handle-empty-popup-footer (#2414)"
This reverts commit 5958601.
1 parent 5958601 commit a6de21a

File tree

2 files changed

+1
-462
lines changed

2 files changed

+1
-462
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ With the `FormTemplate` feature, you can customize the appearance and content of
2727
## Specifics
2828

2929
When using the template, the default Popup form is replaced by the declared content within the `FormTemplate` tag. This introduces the following specifics:
30-
* The default **Update** and **Cancel** buttons are removed. This means that the [`OnUpdate` and `OnCancel`]({%slug components/grid/editing/overview%}#events) events cannot be triggered. To modify or cancel the update of a record, you need to include custom controls to manage these actions.
31-
* The popup footer remains empty by design. You can [either hide it or place your custom buttons in it]({%slug grid-kb-handle-empty-popup-footer%}).
30+
* The default **Update** and **Cancel** buttons are removed. This means that the [`OnUpdate` and `OnCancel`]({%slug components/grid/editing/overview%}#events) events cannot be triggered. To modify or cancel the update of a record, you need to include custom controls to manage these actions.
3231
* The `FormTemplate` disables the [built-in validation]({%slug grid-editing-validation%}) of the Grid. Implement a [Form Validation]({%slug form-validation%}) instead.
3332
* The [`<GridPopupEditFormSettings>` parameters]({%slug components/grid/editing/popup%}#edit-form-customization) 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).
3433

0 commit comments

Comments
 (0)