• [ReSharper] Directory name donates namespace Yes or No ?

    imageIf you like us are passionate user of ReSharper you know that ReSharper "did not like" when a class' namespace did not correspond to the directory structure the file belongs to. To illustrate this lets look at a simple example.

    Imagine that we have a project named MyProject. By default its namespace is MyProject. Lets have a folder named MyControls in the project as well. Now lets add a class file in that folder, naming it "MyControl.cs". The default namespace that will be generated for the class will be MyProject.MyControls. It is constructed using the ...

  • 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 ...

  • 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.

    Telerik WPF Silverlight TreeView

    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.

    Telerik WPF Silverlight Calendar

    What does this mean to you as a ...

  • 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 reflections
    • RadCarousel got even fancier. Check those reflections:

      RadCarousel reflections
    • We got several new controls, freshly-ported from the upcoming Silverlight ...
  • 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.). Example:

    <script type="text/javascript"
    function RadGrid1_Command(sender, args) 
      alert(String.format("CommandName:{0}, CommandArgument: {1}", args.get_commandName(), args.get_commandArgument())); 
      args.set_cancel(true); 
    </script> 
     
    <telerik:RadGrid ID="RadGrid1" PageSize="2" Skin="Sunset" runat="server" AllowPaging="true" AllowSorting="True" AllowFilteringByColumn="true" GridLines="None"
     <...
  • 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/.

    Telerik prize silverlight contest

    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 ...

  • What To Do When Your Toolbox is Devoid of RadControls

    VB002206.tifUnplug 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 ...

  • 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:

    1. Black skin preserves its general look only gets a bit less….well, ...
  • 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:...

  • 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.

    Enjoy!
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. »