Telerik blogs
  • People

    Getting Out of the Office

    There is nothing we like more than writing code...but when we're not writing code we love getting out on the town to meet all of you that are using Icenium. Over the past couple of weeks we've had a ton of fun doing just that. We visited Las Vegas and San Francisco for the HTML5 Connections conference and QCon respectively and had a chance to show of Icenium and answer lots of questions. It was a blast, and we'll be doing a lot more of it.
    November 14, 2012 2 min read
  • People

    Silicon Valley Code Camp Was Great

    This past weekend, Telerik Insider Ben Hoelting and I presented at the Silicon Valley Code Camp, where Telerik was proud to be one of the Platinum sponsors.  Attendance came in at over 2500 attendees, and there were a whole host of great sessions on both days.  The weather was great, and the attendees were very engaged. We had a steady stream of conversations at the booth, and Ben was kept busy talking about KendoUI on both days.  There was also a great deal of interest in Icenium, as well as all of our other Telerik products.         Happy Coding! Follow @skimedic !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); Tweet !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); (function() { ...
    October 09, 2012 1 min read
  • Web ASP.NET AJAX

    Migrating OnClientClick handlers from ASP button to Telerik’s ASP.NET AJAX Button

    Let’s start with some background – a common need is for a button to execute some JavaScript code in order to create a more responsive page. With the standard ASP:Button the OnClientClick is used to specify this execution statement. Take the following simple example: <script type="text/javascript">     function ButtonClick(button) {         alert("The Button with ID " + button.id + " was clicked.");     } </script> <asp:Button ID="Button1" Text="Regular Button" OnClientClick="ButtonClick(this); return false;" runat="server" />   What you can see here is a function called with parentheses, an argument provided to the function and the return false; statement that prevents the postback. The case with Telerik’s ASP.NET AJAX Button is slightly different, however. It follows the convention all other Telerik ASP.NET AJAX...
    August 10, 2012 4 min read
  • People

    Kendo UI at Google Developer Sandbox, I/O 2012

    I'm stoked to share that Kendo UI is at Google I/O 2012 and that we've been invited to show-off Kendo UI in the exclusive Google Developer Sandbox! We'll be hanging-out in the Chrome Sandbox showing how Kendo UI can help you build incredible applications for Chrome...
    June 26, 2012 2 min read
  • People

    Kendo UI Named “The Best” in CodeProject’s Members Choice Awards This Year

    We're happy to share with you that Kendo UI just brought back home two gold awards and one honorable mention from the 2012 CodeProject Members Choice Awards. This is even more exciting for us seeing as Kendo UI is a young product, launched less than a...
    June 15, 2012 1 min read