Skip to content

Commit 63ed6a6

Browse files
DataGrid: fix Angular code in Customize Buttons (DevExpress#6932) (DevExpress#6933)
1 parent d021baa commit 63ed6a6

File tree

1 file changed

+1
-1
lines changed
  • concepts/05 UI Components/DataGrid/15 Columns/10 Column Types/4 Command Columns/15 Customize the Edit Column

1 file changed

+1
-1
lines changed

concepts/05 UI Components/DataGrid/15 Columns/10 Column Types/4 Command Columns/15 Customize the Edit Column/1 Customize Buttons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ You can also declare custom logic in the button configuration. For instance, the
158158
<dxi-column type="buttons">
159159
<dxi-button
160160
name="edit"
161-
(onClick)="onEditButtonClick($event)">
161+
[onClick]="onEditButtonClick">
162162
</dxi-button>
163163
<dxi-button name="delete"></dxi-button>
164164
</dxi-column>

0 commit comments

Comments
 (0)