Skip to content

Commit a710627

Browse files
NansiYanchevaNansiYancheva
authored andcommitted
docs(Grid): remove ShowInEdit
1 parent db60aca commit a710627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knowledge-base/grid-compact-grid-with-small-elements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ I am using the [Grid sizing feature]({%slug grid-sizing%}) and my Grid is a Comp
5656
<GridColumn Field="@nameof(Product.Released)" DisplayFormat="{0:D}" />
5757
<GridColumn Field="@nameof(Product.Discontinued)" />
5858
<GridCommandColumn>
59-
<GridCommandButton Command="MyOwnCommand" Icon="@SvgIcon.InfoCircle" ShowInEdit="false" OnClick="@MyCustomCommandOnClickHandler">My Command</GridCommandButton>
59+
<GridCommandButton Command="MyOwnCommand" Icon="@SvgIcon.InfoCircle" OnClick="@MyCustomCommandOnClickHandler">My Command</GridCommandButton>
6060
</GridCommandColumn>
6161
</GridColumns>
6262
</TelerikGrid>
@@ -80,7 +80,7 @@ I am using the [Grid sizing feature]({%slug grid-sizing%}) and my Grid is a Comp
8080
<GridColumn Field="@nameof(Product.Released)" DisplayFormat="{0:D}" />
8181
<GridColumn Field="@nameof(Product.Discontinued)" />
8282
<GridCommandColumn>
83-
<GridCommandButton Command="MyOwnCommand" Icon="@SvgIcon.InfoCircle" ShowInEdit="false" OnClick="@MyCustomCommandOnClickHandler">My Command</GridCommandButton>
83+
<GridCommandButton Command="MyOwnCommand" Icon="@SvgIcon.InfoCircle" OnClick="@MyCustomCommandOnClickHandler">My Command</GridCommandButton>
8484
</GridCommandColumn>
8585
</GridColumns>
8686
</TelerikGrid>

0 commit comments

Comments
 (0)