File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments