You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/grid/columns/command.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The `GridCommandButton` tag offers the following features:
34
34
*`Command` - the command that will be invoked. Can be one of the built-in commands (see below), or a custom command name.
35
35
*`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).
36
36
*`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.
38
38
*`ChildContent` - the text the button will render. You can also place it between the command button's opening and closing tags.
39
39
* You can customize the appearance of the `GridCommandButton` by applying the [appearance attributes available for the TelerikButton](slug://button-appearance).
Copy file name to clipboardExpand all lines: components/treelist/columns/command.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The `TreeListCommandButton` tag offers the following features:
36
36
37
37
*`Command` - the command that will be invoked. Can be one of the built-in commands (see below), or a custom command name.
38
38
*`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.
40
40
*`ChildContent` - the text the button will render. You can also place it between the command button's opening and closing tags.
41
41
* Appearance properties like `Icon`, `Class`, `Enabled` that are come from the underlying [Telerik UI for Blazor Button Component features](slug://components/button/overview).
0 commit comments