Telerik blogs
  • 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
  • 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
  • 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
  • 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 14, 2012
  • People

    TechEd 2012 – developer keynote and interview series for all of you who couldn’t be there

    If you are a developer working with Microsoft platforms, and aren’t living under a rock, then you probably know that TechEd 2012 is happening right now in Orlando, Florida. Telerik is in Orlando, in force. We know most of you couldn’t be there, so we sent out our scouts to help capture at least a part of the experience for you.  A very big part of TechEd 2012 is Windows 8 and what it brings to software developers. One thing we are pretty proud of is the fact that Antoine Leblond, the corporate Vice President of Windows Web Services, included Telerik...