Completed
Last Updated: 18 Mar 2015 12:01 by ADMIN
ADMIN
Boyan Dimitrov
Created on: 13 May 2014 15:24
Category: UI for ASP.NET AJAX
Type: Bug Report
1
FIX: When RadListBox item is dragged over the RadTreeView control if NodeClick server-side event is attachedthe RadTreeView starts sending several consecutive requests to the server which causes some

		
1 comment
ADMIN
Bozhidar
Posted on: 18 Mar 2015 12:01
This is not a bug, rather than a side effect of the select()/unselect() functions of the RadTreeNode used when implementing the drag/drop functionality. The functions trigger the node click event, which causes the requests. In order to avoid this, use node.set_selected(true/false) instead.