Skip to content

Commit

Permalink
Added new kb article grid-handle-empty-popup-footer (#2414)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
5 people authored Oct 16, 2024
1 parent da56423 commit 5958601
Show file tree
Hide file tree
Showing 2 changed files with 462 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/grid/templates/popup-form-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ With the `FormTemplate` feature, you can customize the appearance and content of
## Specifics

When using the template, the default Popup form is replaced by the declared content within the `FormTemplate` tag. This introduces the following specifics:
* 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.
* 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.
* 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%}).
* The `FormTemplate` disables the [built-in validation]({%slug grid-editing-validation%}) of the Grid. Implement a [Form Validation]({%slug form-validation%}) instead.
* 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).

Expand Down
Loading

0 comments on commit 5958601

Please sign in to comment.