Background Image

Knowledge base articles about
picker

Search DlhSoft Team's blog for picker

If you use a ListView based Gantt Chart control from Gantt Chart Library for WPF or Project Management Library for WPF, and you need to present date and time information for task values outside of the GridViewColumn.CellTemplate definitions (such as within a custom Edit Task dialog window), then instead of using the DateTimeBox control (that is pre-customized for showing d…

Silverlight™ and WPF do not include core DateTimePicker controls to be directly usable in CellEditTemplate definitions accepted by the DataGrid based components released by DlhSoft. However, you can the DatePicker control which allows selecting a date and then manually entering the time of day in the textbox, separated by a space. Moreover, we have a FinishDateConverter t…

Sometimes you need a picker component other than DatePicker or ComboBox available in DlhSoft Hyper Library. We offer a free and open source Picker component targeting input elements and linking a customizable popup element that opens upon clicking the host element: see DlhSoft Team's Hyper-Picker GitHub repository (the project includes a sample application showing how easy it is …

When you use GanttChartView component from Gantt Chart Hyper Library and you want to show dates without time values in the Start and Finish grid columns you may obtain the required behavior by initializing these settings: settings.dateTimeFormatter = function(date) { return DlhSoft.Controls.GanttChartView.defaultDateFormatter( …