• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdowns
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gantt
    • Gauges
    • Indicators
    • Inputs
    • Labels
    • Layout
    • ListBoxupdated
    • ListView
    • Map
    • Notification
    • OrgChart
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheet
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeView
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

processListBoxDragAndDrop

Process the data collection/s based on the dragged and drop item.

Parameters

listBoxOneData

any[]

The first data collection.
listBoxTwoData

any[]

The second data collection. Pass an empty array if there is only one ListBox.
dragItem

any

The item that was dragged.
dropItem

any

The drop target item.
valueField

string

The field which points to the unique value of each data item.

Returns

{ listBoxOneData: any[]; listBoxTwoData: any[]; }

- The object that contains the new data collections.