Telerik blogs

Latest

  • People

    The Book! Finally Out!

    I just have to brag about this one! I have been contributing articles for the Windows Developer Power Tools book. The book project has been lead by Jim Holmes and James Avery and I have been brought in by Mr. Holmes.
    May 27, 2021 2 min read
  • People

    Year 2006 is almost over

    Now that the calendar will soon flip to 2007, I inevitably started musing over 2006... What a great year it was for telerik - the ASP.NET UI product line evolved quite a bit, the new Windows Forms UI suite and Reporting products were revealed, we successfully organized a strong community event, the vibrant telerik community continued to grow, we brought to life some really creative commercials, the telerik.com site was enriched with many new features and resources... I started this blog post with the idea to talk in detail about the things we managed (and didn't manage)  to do during the past year...
    May 27, 2021 2 min read
  • People

    MCPD / Enterprise Applications Developer

    I’ve recently completed my certification (ah, thanks, you’re too kind!) and a lot of people have been asking me what’s the deal with all the new .NET 2.0 credentials. I will try to answer those questions in the following blog post. For those among you who don’t already know Microsoft has reorganized their certification system. In the .NET 1.x world there were two recognizable certifications that could interest professional developers like us: MCAD (Microsoft Certified Application Developer) and MCSD (Microsoft Certified Solutions Developer). The MCAD certification was aimed at regular developers who could choose to specialize in either windows forms or web applications....
    May 27, 2021 3 min read
  • People

    The WPF Conversion contest. Part II

    A month ago I blogged about the WPF conversion contest. The blog discussed creating a tool which converts files from some other formats (3DS, SWF, etc.) to XAML. Back then I said that my personal favorite - a tool which converts a flash file to XAML - is missing. Several days later Mike Swanson emailed me and told me that he himself is actually working on such a tool. A month later, this tool is a fact! I can't say anything else than "Great work, Mike". My personal favorite is not missing any more:) Zhivko from the telerik UX team gave me 3...
    May 27, 2021 2 min read
  • People

    Vlad's first post

    Hi Folks, My name is Vladimir Enchev and some of you may already know me from telerik forums. I am part of team1 @ telerik and I’ll try to inform you regularly about all cool things related to r.a.d.ajax, r.a.d.grid, etc. and of course some other hot stuff about my daily tasks. Ok :-) .. so my first top secret confidential info is that the next version of r.a.d.grid will support some really useful client-side operations such as “Delete”. Here is a link with small online demo: http://betas.telerik.com/examples/clientdelete/  ... and here is the code: <radG:RadGrid ID="RadGrid1" DataSourceID="SessionDataSource1"AllowAutomaticDeletes="True" runat="server">  <MasterTableView DataKeyNames="ProductID">     <Columns>       <radG:GridClientDeleteColumn ConfirmText="Are you sure?" />     </Columns>  ...
    May 27, 2021 1 min read