Unplanned
Last Updated: 14 Dec 2018 14:43 by ADMIN
Vladimir
Created on: 14 Dec 2018 14:42
Category: TreeListView
Type: Bug Report
1
TreeListView: Inconsistent copying behavior when the SelectionUnit is FullRow and SelectionMode is Single
Sometimes the cells from more than one row are copied even though the SelectionMode is Single. As a workaround, you can clear the SelectedCells collection of the control in the Copied event:
this.RadTreeListView.SelectedCells.Clear();


0 comments