Background Image

Knowledge base articles about
grid

Search DlhSoft Team's blog for grid

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.CellEditTempl…

If you need to provide custom value editing features using special grid columns within the GanttChartView control from Gantt Chart Web Library, and, of course, to preserve client side changes upon postback server events, you need to follow these steps: At component initialization time (i.e. in Page_Load method of the Web page or user control, when Page.IsPostBack …

How can I define an overriding set of columns within a DataGrid-based control of Gantt Chart Light Library? You need to define a full column collection as the Columns property value: <pdgcc:GanttChartDataGrid.Columns> <pdgcc:DataGridColumnCollection> <hd:DataTreeGridColumn Header="Task"/> <dataControls:DataGridTextColum…