Background Image

Knowledge base articles about
input

Search DlhSoft Team's blog for input

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 …

In order to manage input key shortcuts such as disabling built-in key shortcuts and/or defining custom key shortcuts for different commands in controls within Gantt Chart Library for WPF or Project Management Library for WPF you need to manage the InputBindings collection of the appropriate control instance. You can view an optional implementation example of the above (co…