Skip to content

Commit 48b5bc8

Browse files
authored
Merge pull request #67 from IgniteUI/mkirova/bug-fixing
Fix for bug #251245: Fixing invalid option value.
2 parents 0884250 + cab963e commit 48b5bc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HTMLSamples/grid/paste-from-excel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
},
131131
{
132132
name: "Selection",
133-
mode: "single"
133+
mode: "cell"
134134
},
135135
{
136136
name: "Filtering"

0 commit comments

Comments
 (0)