Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion components/grid/columns/command.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The `GridCommandButton` tag offers the following features:
* `Command` - the command that will be invoked. Can be one of the built-in commands (see below), or a custom command name.
* `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).
* `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.
* `ShowInEdit` - a boolean property indicating whether the button is only visible while the user is editing/inserting data.
* `ShowInEdit` - a boolean property indicating whether the button is visible only in edit mode or only in display mode.
* `ChildContent` - the text the button will render. You can also place it between the command button's opening and closing tags.
* You can customize the appearance of the `GridCommandButton` by applying the [appearance attributes available for the TelerikButton](slug://button-appearance).

Expand Down
2 changes: 1 addition & 1 deletion components/treelist/columns/command.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The `TreeListCommandButton` tag offers the following features:

* `Command` - the command that will be invoked. Can be one of the built-in commands (see below), or a custom command name.
* `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.
* `ShowInEdit` - a boolean property indicating whether the button is only visible while the user is editing/inserting data.
* `ShowInEdit` - a boolean property indicating whether the button is visible only in edit mode or only in display mode.
* `ChildContent` - the text the button will render. You can also place it between the command button's opening and closing tags.
* Appearance properties like `Icon`, `Class`, `Enabled` that are come from the underlying [Telerik UI for Blazor Button Component features](slug://components/button/overview).

Expand Down
Loading