Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions components/grid/templates/popup-buttons-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ position: 50

With the `ButtonsTemplate`, you can personalize the appearance and behavior of the buttons in the create/edit Popup window of the Grid component.

>If a [FormTemplate]({%slug grid-templates-popup-form%}) is declared, the `ButtonsTemplate` will be ignored.

>caption Modifying the buttons in the create/edit Popup by using a `ButtonsTemplate`.

````CSHTML
Expand Down Expand Up @@ -159,4 +157,4 @@ With the `ButtonsTemplate`, you can personalize the appearance and behavior of t
## See Also

* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
* [Live Demo: Grid Popup Edit Form Template](https://demos.telerik.com/blazor-ui/grid/popup-edit-form-template)
* [Live Demo: Grid Popup Edit Form Template](https://demos.telerik.com/blazor-ui/grid/popup-edit-form-template)
Loading