In this article, we will look into some of the aspects of Silverlight Datagrid as
a) Create a custom entity and bind to DataGrid through code using AutoGenerated Column On
b) DataGrid binding by manually defining columns using Column Collection
c) Paging in DataGrid using DataPager and PagedCollectionView class
d) Displaying images in DataGrid
As you all know that, Out-Of-Browser functionality in Silverlight is not a new feature. It is available since Silverlight 3. Microsoft added the trusted application behaviour in Silverlight 4 Beta. In addition to this, they introduced one more additional functionality called “Chromeless OOB WIndow” i.e. “Customized OOB Window” in Silverlight 4 RC (Release Candidate). In this post, I will guide you to create a simple customized OOB Window Application in Silverlight 4 RC.
In this Chapter I will describe about different Panels available in Silverlight. After reading this chapter you will be familiar with various types of Silverlight Panels. As this tutorial is mainly targeted for Silverlight 4, hence you will find some panels unavailable in the earlier versions of Silverlight.
In this article I will not be binding the controls with the data from Database. My example is a very simple example, like a hello world type of Example. In this article I am going to bind the individual controls from a property value. To follow my example you need Expression Blend.
In this article, we are going to learn about how to work with Services in Silverlight.
More ...