Skip to content

Commit a8c5210

Browse files
fix
1 parent ddd6407 commit a8c5210

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/demos/Demos/DataGrid/Row/Angular/app/app.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
keyExpr="ID"
55
[columnAutoWidth]="true"
66
[showBorders]="true"
7+
[rowAlternationEnabled]="true"
8+
[hoverStateEnabled]="true"
79
dataRowTemplate="dataRowTemplateName"
810
>
911
<dxi-data-grid-column

apps/demos/Demos/DataGrid/Row/Vue/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
key-expr="ID"
77
:column-auto-width="true"
88
:show-borders="true"
9-
:row-alternatin-enabled="true"
9+
:row-alternation-enabled="true"
1010
:hover-state-enabled="true"
1111
data-row-template="dataRowTemplate"
1212
>

0 commit comments

Comments
 (0)