Radlistview not working in google chrome latest version 91.0.4472.77 (Official Build) (64-bit)

0 Answers 84 Views
ListView
Narender
Top achievements
Rank 1
Iron
Narender asked on 10 Jun 2021, 07:58 AM | edited on 11 Jun 2021, 01:29 PM

I am using Radlistview control drag and drop functionality. Radlistview items are drag and dropping into Repeater control. this functionality working in chrome older version but not working in latest chrome version. I have verified my code..args.get_destinationElement().id;  method returning repeater id   in older version  but in newer version this method returning Radlistview control id. so destination element id returning wrong in newer version. how to overcome on this issue. please help me on this. please find the below my code. 

function trackDropping(sender, args) {
    debugger;
   var dest = args.get_destinationElement();    
   if (!dest || !dest.id || dest.id.indexOf("TeamLink") < 0) {
       args.set_cancel(true); 
    }

Telerik Web UI ListView Items Drag-and-drop Demo | Telerik UI for ASP.NET AJAX

Attila Antal
Telerik team
commented on 14 Jun 2021, 12:31 PM

Hi Narender.  Can the issue be replicated in our online demo? It seems to be working for me using the latest browser version. 

If the demos are working, then it is likely the custom logic is failing somewhere. Can you share more details about the current implementation you have so that we get a better idea?

No answers yet. Maybe you can help?

Tags
ListView
Asked by
Narender
Top achievements
Rank 1
Iron
Share this question
or