Customizing the tree cell templates in DataTreeGrid control of Hierarchical Data Light Library and GanttChartDataGrid control of Gantt Chart Light Library

If you need to customize the tree cell template of the DataTreeGrid control from Hierarchical Data Light Library or of the GanttChartDataGrid control from Gantt Chart Light Library you should be aware that they don't automatically merge the custom DataTemplates that you might specify as DataTreeGridColumn.CellTemplate and/or DataTreeGridColumn.CellEditTemplate with the built-in base tree view style. This behavior is required in order to provide optimal runtime performance. Therefore, to ensure that the column presents tree expanders while using your own templates, you need to manually merge your templates with the built-in templates. The original template definitions are presented below: