Skip to content

Commit 6930769

Browse files
author
pipeline
committed
feature(EJ2-3950): Editing samples added.
1 parent 6ae3708 commit 6930769

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/grid/grid.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ export const gridRouteConfig: Object[] = [
7878
category: 'Scrolling', type: 'new'
7979
},
8080
{
81-
'path': 'grid/normal-editing', component: NormalEditComponent, name: 'Inline On Loacal Data', order: '07',
81+
'path': 'grid/normal-edit', component: NormalEditComponent, name: 'Inline Editing', order: '07',
8282
category: 'Editing', type: 'new'
8383
},
8484
{
85-
'path': 'grid/dialog-editing', component: DialogEditComponent, name: 'Dialog On Loacal Data', order: '07',
85+
'path': 'grid/dialog-editing', component: DialogEditComponent, name: 'Dialog Editing', order: '07',
8686
category: 'Editing', type: 'new'
8787
}
8888
];

src/grid/normal-edit.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { orderDatas } from './data';
33
import { EditService, ToolbarService, PageService } from '@syncfusion/ej2-ng-grids';
44

55
@Component({
6-
selector: 'ej-griddialogedit',
6+
selector: 'ej-gridnormaledit',
77
templateUrl: 'normal-edit.html',
88
providers: [ ToolbarService, EditService, PageService]
99
})

0 commit comments

Comments
 (0)