Please note that this control has been retired and is now obsolete to the XamDataGrid control, and as such, we recommend migrating to that control. It will not be receiving any new features, bug fixes, or support going forward. For help or questions on migrating your codebase to the XamDataGrid, please contact support.
This topic describes how DateTime data can be displayed in the xamGrid™ control.
The following table lists the topics required as a prerequisite to understanding this topic.
This topic contains the following sections:
The DateTime values in the xamGrid control are represented by the DateColumn and the DateTimeColumn types. They are explained in the blocks that follow.
Additional details about the column types are available after the following summary table.
This is a platform specific column type. The DateTime value in the column is displayed with the Microsoft WPF DatePicker control in WPF xamGrid application.
The DateTimeColumn can be used WPF xamGrid applications. The xamDataTimeInput control is used to display the DateTime values in this column.
The user input is restricted just to a valid date and time format. This column provides a text box for the end-user input and a drop-down calendar to choose a date. Various masks can be applied to format the DateTime values display.
The following topics provide additional information related to this topic.