You can find the slides and source code for DevWeek 2009 presentations on 23rd March 2009 here:- StyleCop (or How To Start A Fight) (Slides) Automating Testing Using Virtual Server 2005 (Slides) Automating Testing Using Virtual Server 2005 (Source Code) Visual Studio 2008 Tips And Tricks (Slides) Internationalizing WPF And Silverlight Applications (Slides) ...
Wednesday, 26 August 2009
Saturday, 1 August 2009
Silverlight 3 DataGrid Columns Grouping using PagedCollectionView
In this post I am showing how to implement Column Grouping in SIlverlight 3 DataGrid, Before starting make sure you have SIlverlight3_Tools installed in your system, not SIlverlight 3 Beta, as there are lost of changes in Grouping of Columns from SIlverlight 3 Beta to Silverlight 3 RTW. ...