Background Image

Knowledge base articles about
selection

Search DlhSoft Team's blog for selection

The initial selection may not be highlighted in the view, and/or SelectionChanged event from a DataGrid-based control within Gantt Chart Light Library may occur twice when selection changes. To resolve these situations, you can use the internal DataGrid for setting selection and handle selection events; moreover, you should set the initial selection onl…

In order to automatically get tasks selected within Gantt Chart Library for WPF or Project Management Library for WPF when the end user clicks anywhere on the task row, including within an edit control in the ListView, you should handle a the previou mouse left button down event and select the task bound to the event original source element in code behind. You can view a …