WPF Data Grid - Use Custom Editors to Edit Cell Values
This example illustrates how to use custom WPF data editors (ProgressBar and Slider) to display and edit Units On Order column values.
Custom editors are defined in templates:
- The CellDisplayTemplate property defines the template used to display column values.
- The CellEditTemplate property defines the template used to edit cell values.
Files to Look At
- Window1.xaml (VB: Window1.xaml)
- Window1.xaml.cs (VB: Window1.xaml.vb)
