Silverlight Datagrid Updated

In December Microsoft released an updater version of the Datagrid for Silverlight, look at this post for the download link and the installation instructions: http://silverlight.net/forums/t/59990.aspx. I highly suggest to download and install ...


Silverlight: a generic Pagination Control

The default silverlight controls like DataGrid and ItemsControl come without a default paging mechanism like we have in ASP.NET, so this article will be forcused in developing a generic Pager Control in Silverlight. This is what we want to obta...