Skip to content

Commit 24d14f2

Browse files
ntachevakendo-botKB Botyordan-mitevdimodi
authored
KB Grid handle empty popup footer (#2445)
* Added new kb article grid-handle-empty-popup-footer (#2414) * Added new kb article grid-handle-empty-popup-footer * chore(Grid): polish article and add links * Update knowledge-base/grid-handle-empty-popup-footer.md Co-authored-by: Yordan <[email protected]> * Update knowledge-base/grid-handle-empty-popup-footer.md Co-authored-by: Yordan <[email protected]> * Update knowledge-base/grid-handle-empty-popup-footer.md --------- Co-authored-by: KB Bot <[email protected]> Co-authored-by: Nadezhda Tacheva <[email protected]> Co-authored-by: Nadezhda Tacheva <[email protected]> Co-authored-by: Yordan <[email protected]> * Update knowledge-base/grid-handle-empty-popup-footer.md Co-authored-by: Yordan <[email protected]> * Update knowledge-base/grid-handle-empty-popup-footer.md Co-authored-by: Yordan <[email protected]> * Update knowledge-base/grid-handle-empty-popup-footer.md Co-authored-by: Yordan <[email protected]> * Update knowledge-base/grid-handle-empty-popup-footer.md Co-authored-by: Dimo Dimov <[email protected]> * Update knowledge-base/grid-handle-empty-popup-footer.md Co-authored-by: Dimo Dimov <[email protected]> * Polish and refactor --------- Co-authored-by: Kendo Bot <[email protected]> Co-authored-by: KB Bot <[email protected]> Co-authored-by: Yordan <[email protected]> Co-authored-by: Dimo Dimov <[email protected]>
1 parent 12f0728 commit 24d14f2

File tree

2 files changed

+410
-1
lines changed

2 files changed

+410
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ 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.
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%}).
3132
* The `FormTemplate` disables the [built-in validation]({%slug grid-editing-validation%}) of the Grid. Implement a [Form Validation]({%slug form-validation%}) instead.
3233
* 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).
3334

0 commit comments

Comments
 (0)