Skip to content

Commit d68350f

Browse files
authored
docs(grid): Clarify ShowInEdit parameter
1 parent b7f8c3c commit d68350f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/columns/command.md

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)