Telerik blogs
  • Web ASP.NET AJAX

    Touch up your app with Telerik’s MetroTouch skin for ASP.NET AJAX

    Have you ever experienced difficulties with hitting a button on a touch screen because of the button’s small size? Haven’t you wished texts were larger so you don’t need to zoom-in to read? No more troubles - our new MetroTouch skin for Telerik’s ASP.NET AJAX controls is coming on board with Q2 2012, expected in about a week!    
    May 31, 2012 3 min read
  • Release

    See the early bits in action – Try Telerik’s AJAX Q2’12 Beta

    I am happy to share with you that the Q2 2012 Beta of Telerik’s ASP.NET AJAX controls is here and you can try it right away. Just as the Q1 2012 SP1 was full of fixes, today’s Beta is full of new features and controls. Let’s have a quick trip. NEW CONTROLS Barcode – The control allows you to visualize barcodes for your products using the most popular standards. It’s really easy to use and configure. The resulting image is rendered as SVG (Scalable Vector Graphics) in the modern browsers where HTML5 allows embedding SVG in your web pages. In older browsers the output...
    May 23, 2012 3 min read
  • Web ASP.NET AJAX

    Take a Walk on the Client Side with WebAPI and WebForms

    In my last blog I introduced the basics of using ASP.NET AJAX and WebAPI together in the same project.  In addition, I showed how to bind results from WebAPI to a Telerik’s ASP.NET AJAX Grid. In this blog I will continue down this path and implement insert, update, and delete operations using WebAPI and RadGrid! Note: While this post focuses on using WebAPI in conjunction with RadGrid, most of the client code can be used when working with RadGrid in client mode.Set It Up! To get started an additional reference needs to be added to the project: System.Net.Http.Formatting Adding this reference allows us...
    April 26, 2012 10 min read
  • Release

    Stay Tuned - See What’s Coming to Telerik’s ASP.NET AJAX Next Version

    Some of you, who’ve read one of my previous blog posts, already have an idea what’s coming to Telerik’s ASP.NET AJAX Q2 2012. Now I am happy to tell you that we have the full list of all new controls and interesting features published and accessible through our public roadmap. The page has a brand new design and is easy to find it through the site navigation (Yeeey). Take your time to check it out here. Then don’t forget to share your feedback or ask questions by leaving a comment below. You know it’s valuable.  What’s next? Wait for the beta, which...
    April 24, 2012 1 min read
  • Web ASP.NET AJAX

    Take your ASP.NET Controls to the Gym

    There’s a ton of cool stuff coming out with ASP.NET 4.5 and Visual Studio 11. If you haven’t had a chance yet, take a look at my top five list of Visual Studio 11 Designer improvements for ASP.NET 4.5 development, as well as my deeper dive into the VS11 Page Inspector tool. Today however, I want to jump a bit more into code since, so far I haven’t covered too much of that! One of the new ASP.NET 4.5 improvements I’m excited about is the ability to have strongly typed controls. That’s right, you heard me, strongly typed! Why am I so...
    April 24, 2012 9 min read