Telerik blogs
  • Mobile

    Implementing WP7 ToDo application part1 - Getting started

    Getting Started This is part 1 of the series on building WP7 ToDo application with Telerik WP7 Control toolkit. Please refer to the "master" blog post for more details and links for the other part of the series. The first step for us when starting to work on the application was to create the wireframes. Our wireframes basically consisted of the app screens and the flow diagrams for all the actions that users can do in the application. Download a PDF file with all wireframes of the application. The benefit for having these wireframes (still no graphic design available) at this early stage helped both developers and designers to get...
    March 30, 2011
  • Mobile

    Implementing WP7 ToDo application from A to Z

    [download the application complete source code from your Telerik account ] Introduction As part of our support service in Telerik we are implementing integration examples for our customers. The aim of these examples is mainly to show how to use the controls in real-life scenarios. In the case of WP7 (Windows Phone 7) it is a little bit different. The platform is still quite new and there is high demand for examples that not only show the usage of the Telerik controls, but the usage of the platform too. Also there is a marketplace where we can show our applications to the end users...
    March 30, 2011
  • People

    Conference Junkie Source Code

    As promised, here is the source code to Conference Junkie, the suite of .NET based applications we demoed during last Friday's Integration Webinar. I've detailed everything required to get the code up and running below. All of this information is also contained within a readme.txt file included with the project. Download Conference Junkie Source Code - 3.25.2010 Microsoft Tools & SDKs Installation Instructions Some of these projects require that you download and install certain Microsoft Tools & SDKs. Here is a list of tools you will need, and their corresponding download links. Windows Phone 7 SDK http://create.msdn.com/en-US/ ASP.NET MVC 3 http://www.asp.net/mvc/mvc3...
    March 30, 2011
  • Release

    Page Aggregates (Page Totals) in Telerik Reporting Q1 2011

    In some report scenarios, it is useful to include a page-scoped aggregate in Page Header or Page Footer section. As of Q1 2011, the powerful expression engine of Telerik Reporting has been extended with page aggregates, which allow you to add customizable sub-totals and summary data at the bottom of every page, such as total number of Unit X sold, or the average number of processes that have passed. You can add counts, sums, and averages to each page, even if your report consists of subreports and several tables. To add a page aggregate you need to utilize the new PageExec function that takes...
    March 29, 2011
  • Desktop WPF

    How To Drag A File From Desktop And Drop It In RadTreeView Placed In WPF Application

      Sometimes we need to extend the RadTreeView’s Drag’and’Drop abilities in order to accept external data from other applications or Windows. In this post I will show you how to successfully drag and drop images from  windows desktop / windows explorer to a RadTreeView located in a running WPF Application. Imagine we want to make a tree that shows pictures and names of our favourite football teams and our favourite players in these teams. How can we achieve this ? We can first create some ViewModels: PlayerViewModel, TeamViewModel, LeagueViewModel that all inherit from BaseViewModel. The BaseViewModel will implement the INotifyPropertyChanged interface and will expose Name(string) and ImgSource(Uri) properties. Then we will create...
    March 29, 2011
  • Mobile

    Implementing WP7 ToDo application part1 - Getting started

    Getting Started This is part 1 of the series on building WP7 ToDo application with Telerik WP7 Control toolkit. Please refer to the "master" blog post for more details and links for the other part of the series. The first step for us when starting to work on the application was to create the wireframes. Our wireframes basically consisted of the app screens and the flow diagrams for all the actions that users can do in the application. Download a PDF file with all wireframes of the application. The benefit for having these wireframes (still no graphic design available) at this early stage helped both developers and designers to get...
    March 30, 2011
  • Mobile

    Implementing WP7 ToDo application from A to Z

    [download the application complete source code from your Telerik account ] Introduction As part of our support service in Telerik we are implementing integration examples for our customers. The aim of these examples is mainly to show how to use the controls in real-life scenarios. In the case of WP7 (Windows Phone 7) it is a little bit different. The platform is still quite new and there is high demand for examples that not only show the usage of the Telerik controls, but the usage of the platform too. Also there is a marketplace where we can show our applications to the end users...
    March 30, 2011
  • People

    Conference Junkie Source Code

    As promised, here is the source code to Conference Junkie, the suite of .NET based applications we demoed during last Friday's Integration Webinar. I've detailed everything required to get the code up and running below. All of this information is also contained within a readme.txt file included with the project. Download Conference Junkie Source Code - 3.25.2010 Microsoft Tools & SDKs Installation Instructions Some of these projects require that you download and install certain Microsoft Tools & SDKs. Here is a list of tools you will need, and their corresponding download links. Windows Phone 7 SDK http://create.msdn.com/en-US/ ASP.NET MVC 3 http://www.asp.net/mvc/mvc3...
    March 30, 2011
  • Release

    Page Aggregates (Page Totals) in Telerik Reporting Q1 2011

    In some report scenarios, it is useful to include a page-scoped aggregate in Page Header or Page Footer section. As of Q1 2011, the powerful expression engine of Telerik Reporting has been extended with page aggregates, which allow you to add customizable sub-totals and summary data at the bottom of every page, such as total number of Unit X sold, or the average number of processes that have passed. You can add counts, sums, and averages to each page, even if your report consists of subreports and several tables. To add a page aggregate you need to utilize the new PageExec function that takes...
    March 29, 2011
  • Desktop WPF

    How To Drag A File From Desktop And Drop It In RadTreeView Placed In WPF Application

      Sometimes we need to extend the RadTreeView’s Drag’and’Drop abilities in order to accept external data from other applications or Windows. In this post I will show you how to successfully drag and drop images from  windows desktop / windows explorer to a RadTreeView located in a running WPF Application. Imagine we want to make a tree that shows pictures and names of our favourite football teams and our favourite players in these teams. How can we achieve this ? We can first create some ViewModels: PlayerViewModel, TeamViewModel, LeagueViewModel that all inherit from BaseViewModel. The BaseViewModel will implement the INotifyPropertyChanged interface and will expose Name(string) and ImgSource(Uri) properties. Then we will create...
    March 29, 2011