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.
2 parents 29dadf0 + f793731 commit 77b2babCopy full SHA for 77b2bab
ej2-asp-core-mvc/code-snippet/listbox/drag-drop/dual-drag/taghelper
@@ -1,6 +1,8 @@
1
<div style="width:50%; margin:auto">
2
<div style="float:left; width:48%">
3
- <ejs-listbox id="listbox1" dataSource="@ViewBag.groupA" allowDragAndDrop="true" scope="#listbox2" height="290px"></ejs-listbox>
+ <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>
6
</div>
7
<div style="float:right; width:48%">
8
<ejs-listbox id="listbox2" dataSource="@ViewBag.groupB" allowDragAndDrop="true" scope="#listbox2" height="290px"></ejs-listbox>
0 commit comments