Skip to content

Commit da9fd1c

Browse files
mdd-remove-batchediting (#367)
remove batch editing
1 parent 00d858b commit da9fd1c

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

samples/grids/grid/action-strip/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
primary-key="ProductID"
2727
row-editable="true"
2828
allow-filtering="true"
29-
batch-editing="true"
3029
name="grid"
3130
id ="grid">
3231
<igc-action-strip

samples/grids/grid/data-batch-editing-actions/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363

6464
primary-key="ProductID"
6565
row-editable="true"
66-
batch-editing="true"
6766
name="grid"
6867
id ="grid">
6968
<igc-column

samples/grids/grid/data-paste-options/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
<igc-grid
4949

5050
primary-key="ID"
51-
batch-editing="true"
5251
name="grid1"
5352
id ="grid1">
5453
<igc-column

samples/grids/grid/data-validator-service-cross-field/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
primary-key="ProductID"
2727
row-editable="true"
28-
batch-editing="true"
2928
name="grid"
3029
id ="grid">
3130
<igc-column

samples/grids/grid/data-validator-service-extended/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656

5757
primary-key="ProductID"
5858
row-editable="true"
59-
batch-editing="true"
6059
name="grid"
6160
id ="grid">
6261
<igc-column

samples/grids/grid/data-validator-service/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
auto-generate="false"
4343
primary-key="ID"
4444
row-editable="true"
45-
batch-editing="true"
4645
name="grid"
4746
id ="grid">
4847
<igc-column

samples/grids/grid/multi-row-layout-options/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
primary-key="CompanyName"
2727
row-editable="true"
2828
allow-filtering="true"
29-
batch-editing="true"
3029
name="grid"
3130
id ="grid">
3231
<igc-column-layout

0 commit comments

Comments
 (0)