Telerik blogs

Latest

  • Desktop WPF

    Programming Telerik ScheduleView for WPF/Silverlight (part 1)

    With this blog post I want to cover the very basics of our brand new RadScheduleView control. It is currently available only for WPF, but soon we will provide a Silverlight version. Please, check my FAQ about RadScheduleView blog post for more information: http://blogs.telerik.com/valerihristov/posts/10-10-25/telerik_scheduleview_for_silverlight_wpf_questions_and_answers.aspx   To add RadScheduleView to a new or existing application you need to first add references to the following assemblies Telerik.Windows.Controls Telerik.Windows.Data Telerik.Windows.Controls.Input Telerik.Windows.Controls.Navigation Telerik.Windows.Controls.ScheduleView   If you like to drag controls from the Visual Studio Toolbox, add RadScheduleView to the Toolbox following the instructions below (in the official release it will be automatically added when you install RadControls): http://www.telerik.com/help/wpf/installation-adding-to-vs-2008-toolbox-wpf.html   I am a fan of the manual...
    October 26, 2010
  • Desktop WinForms

    Techniques for Creating a Hierarchical RadGridView for WinForms

    Update (10/8/2010): With the Q2 2010 release, a few things changed in RadGridView's API. Most notably, the MasterGridViewTemplate property has been deprecated and replaced with the MasterTemplate property. Due to this, and other changes, I've decided to update this blog entry to contain the latest available information. A while back, I posted a video on Telerik TV explaining the different techniques you can use to create a hierarchical RadGridView (Please note that the video was recorded prior to Q2, so there may be a few minor differences between the RadGridView in the video and the one that is currently ...
    October 09, 2010
  • Desktop WinForms

    Twitter Authentication with TweetSharp and WinForms

    A few weeks ago, I decided to spend some more time experimenting with the Twitter API and TweetSharp. If you missed my last blog entry about it, you can access it here. Last time I focused on creating a simple UserControl for ASP.NET that displayed recent tweets. It didn’t require any authentication and was actually quite simple to implement. This time around, I wanted to create a RadControls for WinForms based application that retrieved information about my accounts followers. This type of information is unfortunately not publically accessible through the API. You actually need to authenticate and log ...
    October 08, 2010
  • Desktop WPF

    Fast real-time data update for your Silverlight and WPF applications

    I’ve made small example to illustrate how to use NotifyCollectionChangedAction.Replace in order to provide very fast real-time data update with RadGridView for Silverlight and WPF.    While Binding in both Silverlight and WPF will react immediately to any property change of INotifyPropertyChanged object and will update RadGridView cell values sometimes it is important to refresh the grid in order to update a sorting, filtering, grouping, etc. after some value change. To achieve your goal in such situation you have two options:   - listen for PropertyChanged of every item in the collection and raise NotifyCollectionChangedAction.Reset for the collection in order to tell the...
    October 04, 2010
  • Desktop WinForms

    RadGridView for WinForms – Getting Started with Virtual Mode

    Every once in a while, someone asks me "What’s the best way to bind 1,000,000+ records to RadGridView?” The first thought that pops into my head is, “Why in the world would you want to do that?” But – as there is always a reason for everything, good or bad, I typically go ahead and answer this question by suggesting the use of Virtual Mode. Virtual Mode allows you to implement your own data management operations for RadGridView. This means, instead of setting radGridView1.DataSource = bagillions of objects, you can intelligently manage how objects are loaded and cached ...
    September 24, 2010