Skip to main content

How to: Use a TemplateColumn for Showing and Editing Time Values

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

This example illustrates how to create a TemplateColumn for showing and editing time values. To implement this functionality, follow the steps below.

  1. Create a data object (TestData in this example) and populate it with the required time values to be shown in the TemplateColumn. Assign the generated time list to the GridControl.ItemsSource property.
  2. Add a new TemplateColumn to the GridControl.Columns collection. In this example the following column parameters are used:

  3. Subscribe to the GridControl.CustomUnboundColumnData event and use its handler to set and get time data.