Completed
Last Updated: 18 Apr 2023 15:15 by ADMIN
Release R1 2019
ADMIN
Dimitar
Created on: 13 Feb 2017 08:58
Category: TreeView
Type: Bug Report
1
FIX. RadTreeView - Distinguish the Mouse and Keyboard actions in the NodeCheckedChanging/ed event
To reproduce:
private void RadTreeView1_NodeCheckedChanging(object sender, Telerik.WinControls.UI.RadTreeViewCancelEventArgs e)
{
    Console.WriteLine(e.Action);
}

The action is always unknown.
0 comments