Skip to content

Commit 77b2bab

Browse files
Merge pull request #3781 from syncfusion-content/324496-dev-dad-corr
324496: Correction in dual listbox with drag and drop sample code of listbox.
2 parents 29dadf0 + f793731 commit 77b2bab

File tree

1 file changed

+3
-1
lines changed
  • ej2-asp-core-mvc/code-snippet/listbox/drag-drop/dual-drag

1 file changed

+3
-1
lines changed

ej2-asp-core-mvc/code-snippet/listbox/drag-drop/dual-drag/taghelper

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<div style="width:50%; margin:auto">
22
<div style="float:left; width:48%">
3-
<ejs-listbox id="listbox1" dataSource="@ViewBag.groupA" allowDragAndDrop="true" scope="#listbox2" height="290px"></ejs-listbox>
3+
<ejs-listbox id="listbox1" dataSource="@ViewBag.groupA" allowDragAndDrop="true" scope="#listbox2" height="290px">
4+
<e-listbox-toolbarSettings items="@ViewBag.items"></e-listbox-toolbarSettings>
5+
</ejs-listbox>
46
</div>
57
<div style="float:right; width:48%">
68
<ejs-listbox id="listbox2" dataSource="@ViewBag.groupB" allowDragAndDrop="true" scope="#listbox2" height="290px"></ejs-listbox>

0 commit comments

Comments
 (0)