From 2061464b827c90539505a8f6f7fef076d3cca085 Mon Sep 17 00:00:00 2001 From: Nadya Todorova <48494959+nade7o@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:09:33 +0300 Subject: [PATCH] Add NewRowEnterKeyMode property in docs --- controls/gridview/common-properties.md | 1 + 1 file changed, 1 insertion(+) diff --git a/controls/gridview/common-properties.md b/controls/gridview/common-properties.md index 94ffde194..ba4f3742f 100644 --- a/controls/gridview/common-properties.md +++ b/controls/gridview/common-properties.md @@ -20,6 +20,7 @@ position: 11 |__IsCurrentRowDirty__|Gets a value indicating whether the current row has changes that are not committed.| |__StandardTab__|Gets or sets a value indicating whether the TAB key moves the focus to the next control in the tab order rather than moving focus to the next cell in the control.| |__EnterKeyMode__|Gets or sets value specifying the behavior when the user presses Enter.| +|__NewRowEnterKeyMode__|Gets or sets value specifying the behavior when the user presses Enter while adding new row.| |__AutoSizeRows__|Gets or sets a value indicating whether row height in a RadGridView will expand for multiline cell text.| ## GridViewTemplate