Telerik blogs

Latest

  • Web ASP.NET AJAX

    New features in RadComboBox, RadTreeView, RadUpload and RadScheduler

    Hi all, In this blog post I will show you some of the new features of RadComboBox, RadTreeView, RadUpload and RadScheduler which will appear in our Q2 2008 release. First I will introduce you with a cool new RadComboBox feature. Did you become a Telerik fan on Facebook yet? If not you can do so by going to http://telerikwatch.com/2008/06/become-official-telerik-fan.html. The reason I am talking about Facebook is that the new filtering functionality of RadCombobox works quite similarly.   To enable this new feature you will need to set the Filter property to either one of the 3 different modes –None, Contains and StartsWith. Here's what they mean:    ...
    May 27, 2021 2 min read
  • Release

    RadControls for Silverlight and WPF

    My colleague Hristo Deshev just announced the availability of Telerik RadControls for WPF Beta2. This is a very important release not only because it brings so many new features and controls for WPF, but because this is our first release that includes the Silverlight and WPF controls under a single distributable. For this first release we ported just a few Silverlight controls for WPF (namely TreeView, PanelBar, Calendar, DatePicker, Slider, ProgressBar and NumericUpDown), but in the long run almost all Silverlight controls that are applicable in a desktop scenario will be included in the WPF suite. What does this mean to you as a developer? Why is this...
    May 27, 2021 1 min read
  • Desktop WPF

    RadControls for WPF -- Now with Filtering Support

    Boy, am I excited! We managed to push our second public beta out of the door, getting ready for the big Q2 release. Here is what's new: I am especially proud with the new filtering support in RadGridView. We designed the feature so that it would both allow you to plug your own filtering logic and have a cool default UI that will let your users quickly filter the grid. An image is worth more than a thousand words, so here it goes: RadCarousel got even fancier. Check those reflections: We got several new controls, freshly-ported from the upcoming Silverlight control suite:...
    May 27, 2021 1 min read
  • Release

    What will come with RadGrid for ASP.NET AJAX Q2 2008?

    In a series of posts I will walk through some of the new features for RadGrid for ASP.NET AJAX Q2 2008. Here is the first part: - global cancelable client-side Command event which will be raised for all grid post-back commands (paging, sorting, filtering, group/ungroup, etc.)....
    May 27, 2021 1 min read
  • People

    Telerik sponsors the Silverlight Control Builder Contest 2008

    Silverlight platform is getting more mature, the adoption rate is constantly raising and at the same time Page Brooks and Dave Campbell, together with some of the Silverlight community leaders and Microsoft MVPs have started a control builder contest. Check out the contest website to see the rules, prizes and how to register - http://gosilverlight.org/. As we are deeply involved with the Silverlight platform and community, we decided to make our contribution to the contest by giving our most valued license control bundle to all the winners!!! The bundle includes "ASP.NET AJAX + WinForms + Telerik Reporting" controls. The license will also automatically give you the Silverlight controls once they are officially released (which will happen till the end of this summer). The first place winner will also...
    May 27, 2021 1 min read
  • People

    What To Do When Your Toolbox is Devoid of RadControls

    Unplug your wireless mouse. I promise I’m not crazy. That’s really the answer. And now that I’ve gone Tarantino on this blog post, let me give you the rest of the story. My development lately has been solely on my new laptop. However, tonight I decided to rebuild my desktop PC, loading it up with Visual Studio and the latest RadControls for ASP.NET AJAX so that I could work on a project. After spending several hours installing Vista, drivers, and Visual Studio I was finally ready to load up the Telerik bits and get to work. The installation went smoothly and I thought...
    June 29, 2008 2 min read
  • Release

    Q2 Asp.Net skinning

    It’s that time of the year again and we’re getting ready for the next quarterly release here at telerik. This time we have a major visual update coming for the ASP.NET product line. Almost all skins will get a refresh – some a minor QA to bring back to original designs, others a more thorough facelift. Wanted to get back to you even before the beta release next week with a sneak view of what’s coming so you can have your say. Here’s the major planned changes in skinning: Black skin preserves its general look only gets a bit less….well,...
    May 27, 2021 2 min read
  • Desktop WPF

    Caveats with WPF dynamic resources and animations.

    Recently we've been building some cool stuff in WPF with resources and animations. In this post I will share some experience with a bug from our code base I fought recently. The actual code is complex, so here is a simple example that I used when hunting the nasty bug (source code is in the bottom of the page): <Window x:Class="WpfApplication1.Window1"    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"    Title="Window1" Height="300" Width="300">     <Window.Resources>         <Style TargetType="{x:Type Rectangle}" x:Key="RectangleStyle">             <Setter Property="Fill" Value="Blue" />         </Style>     </Window.Resources>     <Grid Name="testGrid" >        ...
    May 27, 2021 3 min read
  • Web ASP.NET AJAX

    RadGrid Client Data Binding And ADO.Net DataServices example

    With the release of the .Net 3.5 SP1 Beta more and more people have started to ask us if the RadGrid for ASP.NET Ajax supports binding to ADO.Net DataServices. And what is the answer, you may have asked yourself? Yes it does! To demonstrate this I have updated one of  Vlad's well-known client data binding examples. As you may notice there are only a few changes to the code, mostly the parts where the web service calls are concerned.   Download the example.
    May 27, 2021 1 min read
  • Release

    Telerik Trainer is LIVE!

    As you most probably know (see Falafel Releases Telerik Trainer At TechEd 2008, Telerik Trainer Sneak Preview) we have been working on a new training tool for Telerik products. Telerik Trainer is a state of the art learning tool which we have produced together with our great partners at Falafel Software.   You can now get your hands on the Telerik Trainer at: http://www.telerik.com/support/teleriktrainer.aspx (signing in required). We are initially releasing a total of 27 training sessions (for RadControls ASP.NET AJAX and Telerik Reporting) and we plan to regularly add more tutorials for all Telerik Products. Telerik Trainer is an important milestone in our...
    May 27, 2021 1 min read