This sample shows how to bind a DevForce entity model to Telerik UI controls.
Platform: WPF
Language: C#
Download: WPF_TelerikWalk.zip
You want to learn how to bind a collection of entities to a TextBox, ComboBox, and DataGrid.
This WPF solution uses Telerik controls to show a master-detail view. The master view on the left is implemented with a DataGrid and allows you to select a Product. The detail view on the right allows you to edit the properties of the selected Product. The master and detail views are synchronized because they are using the same datasource (and therefore share the same .NET CurrencyManager).
The ComboBox databinding is performed in an object-oriented fashion, by binding the Supplier property of the Product (a navigation property that returns the Supplier Entity for a Product), to the Self property on the Entity which was defined on the partial class.