Telerik blogs

Latest

  • Web

    MicroModels for Silverlight

    Last week I was impressed by Paul Stovell’s marvelous project – MicroModels. In a nutshell a micro model is a view model over your objects, which allow you to define dynamic properties, collection and commands. You can read more about it in Paul’s introductory blog post here. Despite its great features, “MicroModels” has one big limitation - it does not run in Silverlight. And this is where my journey began. My mission was to port the code to Silverlight with little to no modifications. Porting the code to Silverlight The task was not an easy one, but after a lot of head scratching...
    May 27, 2021 3 min read
  • Desktop WPF

    Filtering GridViewComboBoxColumn in RadGridView for WPF

      GridViewComboBox column is used to display lookup data in user friendly manner. For our demo we bind RadGridView for WPF to a collection of custom Location objects.       As you may notice – each location has a selectable Country field.  Here is the underlying ‘data model’.   public class Location { public int CountryID { get; set; } public string CityName { get; set; } } public class Country { public int ID { get; set; } public string Name { get; set; } }   The location object contains the integer CountryID.Each CountryID corresponds to a certain country and with the help of GridViewComboBoxColumn we see some human readable country names instead of the...
    May 27, 2021 2 min read
  • Release

    Service Pack 2 for Telerik Extensions for ASP.NET MVC released

    We have just release the second service pack for Telerik Extensions for ASP.NET MVC. You can download the open source version from here. Registered users can download it from their client.net accounts. You can check the release the notes here. What’s new The most notable change is that we upgraded to jquery 1.4. The benefits from using the latest jquery installment are quite a lot – performance improvements, lots of new features etc. We also hosted jQuery on Telerik CDN. However this upgrade comes at a price. Be warned that this change will break your existing web site if you are using jquery-1.3.2 and...
    May 27, 2021 2 min read
  • Productivity

    JustCode. What's the benefit of having solution wide analysis?

    When I originally announced JustCode in an earlier post, I described its solution wide analysis feature as "it’s like having a compiler running all the time with the only difference being that it runs much faster." This is, of course, only true to an extent but as this is the major feature of JustCode I’ve decided to write a separate blog post describing, in detail, just how this feature can help you. I’ve also decided to split this blog post into several parts covering each of the different platforms support by JustCode as the solution wide analysis works differently depending on the...
    May 27, 2021 4 min read
  • Web

    Training courseware for RadControls for Silverlight

    We now have a brand new, including over 1000 pages, free training courseware for RadControls for Silverlight. It provides tons of tips and tricks, how-to's, code samples (in XAML and both in C# and VB). All these structured in a step-by-step manner and covering most of the available RadControls for Silverlight. This training material will help you quickly get up to speed with Silverlight and will discuss some of the issues in common with all RadControls such as binding or theming, working with RIA Services (also WCF and ADO.NET), working with Expression Blend, etc.    The courseware is available to everyone...
    May 27, 2021 1 min read
  • Web

    Handling multiple database connections with Telerik OpenAccess ORM

    Very often it is necessary to work simultaneously with more than one database. In such cases it is recommended that each database is mapped to a separate class model residing in its own assembly. The object scopes that handle the persistent objects should be obtained from an instance of the Database class which represents particular database on the server. To make this process easier Telerik OpenAccess ORM generates a helper class named ObjectScopeProvider. How to benefit from this class will be described later in this post. To explain practically how to configure the Visual Studio projects, consider the case of having...
    May 27, 2021 3 min read
  • Release

    Telerik Releases Data Services Wizard Beta-Now supporting VB…

    Telerik is proud to announce that the Data Services Wizard beta was released today. If you have used the wizard while it was a Telerik Labs project, you will notice a ton of new features and improvements. If you are new to the wizard, now may be a good time to give it a try and give us your feedback. The Data Service Wizard works with Telerik OpenAccess Q3 or higher and Visual Studio 2008. Our next beta, due in February, will support Visual Studio 2010 and WCF 4.0. The wizard will create a service layer for you using “Astoria” 1.0, the latest version of “Astoria”, WCF, or the WCF...
    May 27, 2021 1 min read
  • People

    Telerik Wins the Red Herring Global 100 Award

    Telerik has been named to the Red Herring Global 100 Award list.  The Global 100 is Red Herring’s list of the top 100 privately held global tech companies. This is like the Fortune 500 list but for tech. This is a huge deal, past award winners include Google, Yahoo!, Skype, Netscape, Salesforce.com, and YouTube. Telerik is an Eastern European company with headquarters in Sofia, Bulgaria and the only company on the Red Herring Global 100 from the former “Soviet Block.” That the company's founders grew up under communism and last week were speaking at the Red Herring 100 award ceremony about capitalism, innovation, and technology is totally awesome. Shows you how...
    May 27, 2021 1 min read
  • Web

    Highlighting Inline Search for RadGridView for Silverlight

    A common request on our forums is how to enable the Search As You Type online example to search in DateTime or Integer properties. Also recently another request was brought to our attention: How to highlight the matching search text in the grid cells. In this blog post I’m going to show you how to achieve these goals.   Let’s start our journey, by looking at the MainPage.xaml of the attached sample application:     1 <UserControl x:Class="DateTimeFiltering.MainPage"     2    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"     3    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"     4    xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView"     5    xmlns:themes="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"     6    xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity"     7    xmlns:local="clr-namespace:DateTimeFiltering"     8    xmlns:jeff="clr-namespace:JeffWilcox.Samples;assembly=HighlightingTextBlock">    ...
    May 27, 2021 4 min read
  • Release

    Introducing: Public Issue Tracking System

    We are proud to announce the launch of Telerik's interactive issue tracking system! Now you can suggest features or report bugs for all Telerik products and then track the progress of your feature or download the latest build with your fix. The voting functionality allows you to raise the priority of issues and thus expedite their solutions. The shiny application is built entirely from scratch and uses the stylish RadControls for Silverlight for displaying data. Although the first version is with a Beta tag you can explore almost the entire functionality of PITS and see how Telerik Silverlight controls handle real...
    May 27, 2021 1 min read