Skip to content

Commit 469d944

Browse files
fix(grid): add missing attribute for selectedrows prop (#14717)
1 parent 571f67c commit 469d944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2452,6 +2452,7 @@ export abstract class IgxGridBaseDirective implements GridType,
24522452
/* blazorByValueArray */
24532453
/* blazorAlwaysWriteback */
24542454
/* @tsTwoWayProperty (true, "RowSelectionChanging", "Detail.NewSelection", false) */
2455+
/* blazorPrimitiveValue */
24552456
/**
24562457
* Gets/Sets the current selection state.
24572458
*

0 commit comments

Comments
 (0)