To reproduce: multiple borders will be shown when you drag and drop multiple items in RadListControl. Please run the attached sample project and follow the steps from the attached gif file. Workaround: this.radListControl1.SelectionMode = SelectionMode.One;