Part 2 – Getting Data into the Grid In Part 1, we setup the projects necessary for a standard business application using IdeaBlade DevForce for the Model, MVVM Light for the ModelView and a Telerik RadGridView in the View. In Part 3, we will follow through the binding process to see some of the challenges … Continue reading Implementing the RowViewModel – Part 2
MVVM
Implementing the RowViewModel – Part 1
Part 1 – Setting up the Projects In my earlier post here, I introduced the concept of a RowViewModel to make editable grids using the MVVM pattern. In this post, I will demonstrate how to implement the RowViewModel using a combination of IdeaBlade DevForce for the Model, MVVMLite for ViewModel support and Telerik’s Silverlight … Continue reading Implementing the RowViewModel – Part 1
MVVM and the Editable Grid
There is a dirty little secret in the Grid market: making a Grid Editable, on a row-by-row basis (not in its entirety), is a nightmare. So, as we all know, MVVM is the cure-all for everything UI, so apply MVVM to the Grid form and away we go. Right? Doh! Wrong. You see, hosting the … Continue reading MVVM and the Editable Grid