Skip to content

Commit da8ee99

Browse files
Merge dimodi-patch-1-jan30-2736 into production (#2737)
* docs(grid): Clarify ShowInEdit parameter * Update command.md --------- Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
1 parent afb1d40 commit da8ee99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/grid/columns/command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The `GridCommandButton` tag offers the following features:
3434
* `Command` - the command that will be invoked. Can be one of the built-in commands (see below), or a custom command name.
3535
* `Icon` - the command button icon, which can be a font icon, an SVG icon or a custom icon. Use in the same way as the [Button component `Icon`](slug://button-icons).
3636
* `OnClick` - the event handler that the button will fire. If used on a built-in command, this handler will fire before the [corresponding CRUD event](slug://components/grid/editing/overview). Cancelling it will prevent the built-in CRUD event from firing.
37-
* `ShowInEdit` - a boolean property indicating whether the button is only visible while the user is editing/inserting data.
37+
* `ShowInEdit` - a boolean property indicating whether the button is visible only in edit mode or only in display mode.
3838
* `ChildContent` - the text the button will render. You can also place it between the command button's opening and closing tags.
3939
* You can customize the appearance of the `GridCommandButton` by applying the [appearance attributes available for the TelerikButton](slug://button-appearance).
4040

components/treelist/columns/command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The `TreeListCommandButton` tag offers the following features:
3636

3737
* `Command` - the command that will be invoked. Can be one of the built-in commands (see below), or a custom command name.
3838
* `OnClick` - the event handler that the button will fire. If used on a built-in command, this handler will fire before the [corresponding CRUD event](slug://treelist-editing-overview). Cancelling it will prevent the built-in CRUD event from firing.
39-
* `ShowInEdit` - a boolean property indicating whether the button is only visible while the user is editing/inserting data.
39+
* `ShowInEdit` - a boolean property indicating whether the button is visible only in edit mode or only in display mode.
4040
* `ChildContent` - the text the button will render. You can also place it between the command button's opening and closing tags.
4141
* Appearance properties like `Icon`, `Class`, `Enabled` that are come from the underlying [Telerik UI for Blazor Button Component features](slug://components/button/overview).
4242

0 commit comments

Comments
 (0)