Telerik blogs
  • Release

    New dedicated training on Telerik OpenAccess ORM

    As most of you probably know, our valued partner Falafel Software recently introduced on-demand training and consulting services for Telerik tools. Whether you need a dedicated program to help your developers get up-to-speed with Telerik products, or simply require technical guidance on a project, Falafel Software is there to help. The latest set of comprehensive training sessions that Falafel announced will be dedicated on OpenAccess - Telerik’s enterprise-grade ORM. You will have the chance to explore OpenAccess from the ground up and acquire the necessary knowledge and skills for building your own data access pluming for desktop and web applications using only a...
  • Web

    How To: Twitter search with RadGridView for Silverlight and Twitter REST API

    I’ve made small demo application on how to search Twitter using Twitter REST API and RadGridView for Silverlight:  To download Twitter ATOM response you can use simple WebClient: if (!String.IsNullOrEmpty(TextBox1.Text)) {     WebClient client = new WebClient();     client.DownloadStringCompleted += newDownloadStringCompletedEventHandler(client_DownloadStringCompleted);     if(!client.IsBusy)         client.DownloadStringAsync(new Uri(String.Format(urlFormat, TextBox1.Text, pageSize, currentPageIndex))); } and you can parse the response using XDocument.Parse() method: XNamespace atomNamespace = "http://www.w3.org/2005/Atom"; RadGridView1.ItemsSource = from item in...
  • Desktop WinForms

    Quick Overview of RadCarousel For WinForms

    I put together a quick introduction to the RadCarousel for WinForms control and how you can get started working with it.  I have shown this control to a number of people during conferences and they always think it is a WPF control instead of WinForms.  It is really easy to get things going and simple to work with.  I hope you will take a look at the...
    May 18, 2009
  • People

    Telerik Trainer is now at the Visual Studio Express learning center

    Microsoft Germany has recently launched a cool new training program for Visual Studio Express. There are now about 10 training sessions (in German) for people who want to learn Visual Studio Express. The tutorials are available for online viewing as well as for an interactive training experience with Telerik Trainer. We have always tried to help the community with any of our resources and it was our pleasure to work with the MS Germany team. If you participate in a community project and think that you will be more successful with some help from Telerik please do not ...
    May 16, 2009
  • Desktop WinForms

    Picking and Choosing Columns with RadGridView for WinForms

    Have you ever run into a situation where you needed to allow a user to select which columns they want to see in a grid?  If you are using the RadGridView for WinForms you don’t have to lift a finger to implement this functionality.  The Column Chooser is available for the RadGridView out of the box.  Simply bind your data and you are ready to go.  You can access the Column Chooser by right clicking on any column and selecting Column Chooser from the context menu.  The Column Chooser is displayed as a floating window next to the application.  You can now drag...
    May 15, 2009
  • Release

    New dedicated training on Telerik OpenAccess ORM

    As most of you probably know, our valued partner Falafel Software recently introduced on-demand training and consulting services for Telerik tools. Whether you need a dedicated program to help your developers get up-to-speed with Telerik products, or simply require technical guidance on a project, Falafel Software is there to help. The latest set of comprehensive training sessions that Falafel announced will be dedicated on OpenAccess - Telerik’s enterprise-grade ORM. You will have the chance to explore OpenAccess from the ground up and acquire the necessary knowledge and skills for building your own data access pluming for desktop and web applications using only a...
  • Web

    How To: Twitter search with RadGridView for Silverlight and Twitter REST API

    I’ve made small demo application on how to search Twitter using Twitter REST API and RadGridView for Silverlight:  To download Twitter ATOM response you can use simple WebClient: if (!String.IsNullOrEmpty(TextBox1.Text)) {     WebClient client = new WebClient();     client.DownloadStringCompleted += newDownloadStringCompletedEventHandler(client_DownloadStringCompleted);     if(!client.IsBusy)         client.DownloadStringAsync(new Uri(String.Format(urlFormat, TextBox1.Text, pageSize, currentPageIndex))); } and you can parse the response using XDocument.Parse() method: XNamespace atomNamespace = "http://www.w3.org/2005/Atom"; RadGridView1.ItemsSource = from item in...
  • Desktop WinForms

    Quick Overview of RadCarousel For WinForms

    I put together a quick introduction to the RadCarousel for WinForms control and how you can get started working with it.  I have shown this control to a number of people during conferences and they always think it is a WPF control instead of WinForms.  It is really easy to get things going and simple to work with.  I hope you will take a look at the...
    May 18, 2009
  • People

    Telerik Trainer is now at the Visual Studio Express learning center

    Microsoft Germany has recently launched a cool new training program for Visual Studio Express. There are now about 10 training sessions (in German) for people who want to learn Visual Studio Express. The tutorials are available for online viewing as well as for an interactive training experience with Telerik Trainer. We have always tried to help the community with any of our resources and it was our pleasure to work with the MS Germany team. If you participate in a community project and think that you will be more successful with some help from Telerik please do not ...
    May 16, 2009
  • Desktop WinForms

    Picking and Choosing Columns with RadGridView for WinForms

    Have you ever run into a situation where you needed to allow a user to select which columns they want to see in a grid?  If you are using the RadGridView for WinForms you don’t have to lift a finger to implement this functionality.  The Column Chooser is available for the RadGridView out of the box.  Simply bind your data and you are ready to go.  You can access the Column Chooser by right clicking on any column and selecting Column Chooser from the context menu.  The Column Chooser is displayed as a floating window next to the application.  You can now drag...
    May 15, 2009