This example shows how to bind column properties and properties of column's EditSettings to properties in the ViewModel in a MVMM-based application. Additionally, the sample demonstrates how to manipulate these properties in XAML using binding by element name.
To learn more on how to implement a similar functionality in Silverlight, refer to the T246782 example.
↧
MVVM - How to bind GridColumn properties to properties in a ViewModel
↧