Update: The source codes and the information in this article are compatible with Silverlight 2 RTW.
Here is my next article about the DataGrid control in Silverlight 2. The previous one was a brief introduction of the control and explained things like populating it with data and defining its columns. If you've missed it you can find it here. In this one we're going to take a look at some properties that can be used to change the look of our grid and modify a bit the basic functionality. There will be nothing too complicated but things like alternating rows, headers, gridlines, column resizing can prove to be very useful. At the end of the article you can find a live demo and a source code.