How to use RadDateTimePicker in a Grid
This tutorial will guide you through creating a custom RadDateTimePicker column in a RadGridView control.
To do this you need to alter the default CellEditTemplate in your RadGridView control. You have to indicate that the RadDateTimePicker control is to be used whenever the cell enters in edit mode.
For the purpose of this example the first thing you have to do is to define the RadGridView and populate it with sample data. Below are the custom business object definitions, as well as the RadGridView declaration.
The next and final step in the example is to define the actual CellTemplate used for the DateTime column. Here is the complete XAML:
Here is the result: