Telerik blogs

Latest

  • Mobile

    Using SterlingDB with Telerik RadJumpList to achieve maximum performance in LOB scenarios

    This is the last part 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. In this article I will show you how to implement a real life LOB scenario for WP7. In our latest Telerik WP7 ToDo application we have a lot of tasks which should be persisted on the device. We are using SterlingDB to persist and retrieve the data to/from the IsolatedStorage and RadJumpList to group and display the data. SterlingDB is an open source, well documented and high performance database – it is available on...
    May 27, 2021 5 min read
  • Mobile

    Implementing WP7 ToDo application part3 - adding richness and device features

    Add/Edit Task This is part 3 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 add/edit task screen is a standard form for adding and editing tasks. The more interesting things here are how the rich (voice, photo, location) fields for the tasks are specified. But first let’s see how to populate the “standard” fields. The design of the add/edit screen is specified below:  We basically have a form field for each of the Task class properties. For the string properties we have...
    May 27, 2021 9 min read
  • Mobile

    Implementing WP7 ToDo application part2 - building the home screen

    Building the Home Screen Panorama This is part 2 of the series on building WP7 ToDo application with Telerik WP7 Control toolkit. Please refer to the "master" blog post for more details about the application and links to the other part of the series. The home screen of the application consists from the following major components: Home Panorama Tasks List Projects List Let’s first examine the Panorama control. The requirements were that that the logo of the application and the “New Task” button should be always visible regardless to which item of the panorama the user has scrolled. To accomplish this we are using the Title property of the Panorama control...
    May 27, 2021 4 min read
  • Web

    ListView style for your Silverlight and WPF DataGrid

    Have you ever wondered how to create a grid with sorting, filtering, etc. however present items in similar to Windows Explorer ListView way?   With Telerik components for Silverlight and WPF this can be achieved very easily in just three steps:   1. Edit RadGridView style with Blend and remove GridViewScrollViewer from the template:   2. Insert RadTileView in the grid template, bind it to the RadGridView Items and define desired tile content:     3. Run the application to check the...
    May 27, 2021 1 min read
  • 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...
    May 27, 2021 4 min read
  • 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...
    May 27, 2021 2 min read
  • 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...
    May 27, 2021 14 min read
  • 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...
    May 27, 2021 3 min read
  • 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...
    May 27, 2021 2 min read
  • People

    Come Join Us Hawaii

    Technorati Tags: Speaking,.NET,TDD,BDD,WPF,Mocking,Agile,Scrum,Unit Testing I’m getting ready to kick off a crazy month of speaking.  I start Friday, April 1 in lovely Honolulu, HI with 4 talks at the Honolulu SQL (and .NET) Saturday.  I will be presenting: Windows Presentation Foundation for Developers Lessons Learned: Being Agile in a Waterfall Enterprise Introduction to Test Driven Development Mocks, Stubs, and Dependency Injection, Oh My! For more information, you can check out the conference at this link: http://www.sqlsaturday.com/72/eventhome.aspx Chris Eargle will also be there, presenting: Code Like a Ninja: Enhance Your Productivity Secrets of a .NET Ninja What’s New in ASP.NET MVC3: Building Nerd Dinner I...
    May 27, 2021 1 min read