Telerik blogs
  • Web

    Task-It Video and Blog Post Index

    Task-It is a sample app (for task management) that I've developed in Silverlight 4 using Telerik's RadControls for Silverlight. As the video and blog post series related to this application continues to grow, it's about time to post an index to the resources. Keep an eye out for new posts, and follow me on Twitter (@rwozniak) if you'd like to be notified when new videos and posts are added!   Videos Intro to Task-It Teaser Video Task-It Webinar - Building a real-world application with Rad Controls for Silverlight 4 Populating the RadGridView with WCF RIA Service data Using RowDetails in RadGridView Using the RadTransitionControl in Task-It Populating the...
    May 06, 2010
  • Web

    Events in Task-It - Part 2

    Task-It Series This post is part of a series of blog posts and videos about the Task-It (task management) application that I have been building with Silverlight 4 and Telerik's RadControls for Silverlight 4. For a full index of these resources, please go here. One of the posts listed in the index provides a full source download for the application, and I will be referring to that source code in this post. Providing feedback to the user In my last post I talked about using events to pass information from the RadTreeView to the RadGridView in the Tasks page in Task-It. In this post I'll talk about events that are...
    April 29, 2010
  • Web

    Events in Task-It - Part 1

    Task-It Series This post is part of a series of blog posts and videos about the Task-It (task management) application that I have been building with Silverlight 4 and Telerik's RadControls for Silverlight 4. For a full index of these resources, please go here. One of the posts listed in the index provides a full source download for the application, and I will be referring to that source code in this post. Communicating between components In any Silverlight application there are going to be times when you want to communicate between different components in your app. These could be UserControls, view model classes, whatever. To do this you need a framework for...
    April 28, 2010
  • Web

    Task-It Source Code

    Download Source Code  Task-It Series This post is part of a series of blog posts and videos about the Task-It (task management) application that I have been building with Silverlight 4 and Telerik's RadControls for Silverlight 4. For a full index of these resources, please go here. Finally...the code I've received many questions about when the source code for the Task-It application will be released. Well, the time has finally come. I haven't been able to release this sooner due to the flurry of releases that have been coming out lately. Silverlight 4, WCF RIA Services, and even our Q1 Rad Controls. Each time I got the latest bits I ran...
    April 26, 2010
  • Web

    Master-Details with RadGridView for Silverlight 4, WCF RIA Services RC2 and Entity Framework 4.0

    I have prepared a sample project with the Silverlight 4 version of RadGridView released yesterday. The sample project was created with Visual Studio 2010, WCF RIA Services RC 2 for Visual Studio 2010, and ADO.NET Entity Framework (.NET 4). I have decided to use the SalesOrderHeader and SalesOrderDetails tables from the Adventure Works Database, because they provide the perfect one-to-many relationship: I will not go over the steps for creating the ADO.NET Entity Data Model and the Domain Service Class. In case you are not familiar with them, you should start with Brad Abrams’ series of blog posts and read this blog after that. To enable the...
    April 23, 2010