Chapter 17. Data controls: DataGrid and DataForm

 

This chapter covers
  • Learning about the DataGrid
  • Turning the grid on its side with the DataForm
  • Controlling binding display through attributes

 

In chapter 16, you learned about binding. I believe binding to be one of the most important topics for Silverlight developers. One reason behind my belief is that the DataGrid and DataForm, as well as data annotations for display, all require binding in order to be useful.

Silverlight 2 included the DataGrid, and Silverlight 3 added the DataForm to the mix of data-centric controls. The DataGrid provides tabular Microsoft Excel–like data view and editing—a mainstay of business applications. The DataForm is like a DataGrid rotated 90 degrees. Where ...

Get Silverlight 5 in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.