Powered by

US - English
NEW! Silverlight 5 is available Learn More

Data Controls

In this chapter, you'll learn:
Data Controls

  1. DataGrid Enhancements

    November 12, 2009|Level 300 : Intermediate

    Jesse Liberty explores the ehancements to the DataGrid control in Silverlight 4.

  2. DataForm Control

    July 9, 2009|Level 300 : Intermediate

    Mike Taulty introduces us to the DataForm control in Silverlight 3 and how to leverage this control for displaying and editing detail form data.

  3. Create DataGrid Columns at Runtime

    July 9, 2009|Level 300 : Intermediate

    While creating columns for a Silverlight DataGrid control in XAML will definitely improve the toolability of an application, there are times when we may need to create DataGrid columns dynamically...

  4. How to Use Frozen Columns in a DataGrid

    July 9, 2009|Level 300 : Intermediate

    Sometimes it is necessary to have certain columns in a grid not scroll. In this video, Todd Miranda demonstrates how to freeze columns in the Silverlight DataGrid.

  5. Sort Data in the Silverlight DataGrid Control

    July 9, 2009|Level 300 : Intermediate

    Sorting data with the Silverlight DataGrid control could not be easier, but there are a few helpful features you should know about. Let Todd Miranda show you what it's all about.

  6. Get Started Using the DataGrid in Silverlight

    July 9, 2009|Level 200 : Novice

    Silverlight contains an easy-to-use DataGrid control that contains a strong feature set. In this video Todd Miranda shows how to use this DataGrid control.

  7. Simple Master/Details with DataGrid

    July 9, 2009|Level 300 : Intermediate

    In this video Tim Heuer shows how to use the built-in properties of the DataGrid control to create a simple master-detail view of data.

  8. Manually Configure DataGrid Columns

    July 9, 2009|Level 300 : Intermediate

    Todd Miranda shows how to manually configure Silverlight DataGrid columns. While columns can be auto-generated based on bound data, manual configuration gives much greater control over design and l...