Skip to content

Commit 33e1723

Browse files
chore(grid): incell custom editor example behavior improvement
1 parent b72832c commit 33e1723

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/grid/editing/incell.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@ Click a cell, edit it and click outside of the cell to see the change.
207207
EditMode="@GridEditMode.Incell"
208208
Pageable="true"
209209
Height="500px"
210-
OnUpdate="@UpdateHandler" OnCreate="@CreateHandler"
211-
Navigable="true">
210+
OnUpdate="@UpdateHandler" OnCreate="@CreateHandler">
212211
<GridColumns>
213212
<GridColumn Field=@nameof(SampleData.ID) Editable="false" Title="ID" />
214213
<GridColumn Field=@nameof(SampleData.Name) Title="Name">

0 commit comments

Comments
 (0)