We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab160a9 commit ea1de38Copy full SHA for ea1de38
components/grid/templates/popup-form-template.md
@@ -59,7 +59,7 @@ Using a `FormTemplate` to modify the Edit/Create Popup window.
59
<GridPopupEditFormSettings Context="formContext">
60
<FormTemplate>
61
@{
62
- if (if (GridEditItem != formContext.Item))
+ if (GridEditItem != formContext.Item)
63
{
64
// Setting GridEditItem unconditionally may
65
// reset the modified and unsaved values after re-render.
0 commit comments